[Tutor] curses delwin functionality?

Roger Merchberger zmerch at 30below.com
Thu Dec 29 19:27:45 CET 2005


Rumor has it that Bernd Prager may have mentioned these words:

[snippety]

>     # curses.delwin(s) <-- that doesn't exist :-/

I've *only* done curses in python, so quite often I don't know the C 
analogue, but try:

curses.endwin()

I'm not sure if that's exactly what your looking for, but if not, try here:

http://heather.cs.ucdavis.edu/~matloff/Python/PyCurses.pdf

Google is your friend! ;-)

HTH,
Roger "Merch" Merchberger

--
Roger "Merch" Merchberger  --  SysAdmin, Iceberg Computers
zmerch at 30below.com

Hi! I am a .signature virus.  Copy me into your .signature to join in!



More information about the Tutor mailing list