> 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 am looking for a functionality that destroys only a single subwindow
created with curses.newwin so that the underlying area can get restored
again.
curses.endwin() terminates the curses main screen, right?

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to