[Patches] [Patch #102412] suuport for curses.setupterm

noreply@sourceforge.net noreply@sourceforge.net
Thu, 16 Nov 2000 13:20:08 -0800


Patch #102412 has been updated. 

Project: python
Category: Modules
Status: Open
Summary: suuport for curses.setupterm

Follow-Ups:

Date: 2000-Nov-16 13:20
By: mwh

Comment:
(oh dear; i'll be seeing that typo in my inbox then...)

i recently found myself wanting to use terminfo routines without the rest of curses.  _cursesmodule.c now sprouts tigetstr & friends, but demands you call initscr first (which i don't want to do).

this patch attempts to sort this out.  I'm not convinced that it's 100% the right approach - but I would like to sort this problem out.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102412&group_id=5470