thanks for your prompt reply. Why would I have to use atexeit?
According to the documentation, curses.wrapper should handle what
cleanup() should be doing.
Neverthless, good to know it exists :p
On Sat, Dec 31, 2011 at 2:34 PM, Alexander Kapps wrote:
> On 31.12.2011 20:24, Mag Gam wrote:
>>
>>
On 31.12.2011 20:34, Alexander Kapps wrote:
On 31.12.2011 20:24, Mag Gam wrote:
Hello,
I have been struggling reseting the terminal when I try to do
KeyboardInterrupt exception therefore I read the documentation for
curses.wrapper and it seems to take care of it for me,
http://docs.python.org/l
On 31.12.2011 20:24, Mag Gam wrote:
Hello,
I have been struggling reseting the terminal when I try to do
KeyboardInterrupt exception therefore I read the documentation for
curses.wrapper and it seems to take care of it for me,
http://docs.python.org/library/curses.html#curses.wrapper.
Can someo