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
[EMAIL PROTECTED]

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

_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to