[Python-Dev] test_curses (original) (raw)
Michael Hudson mwh at python.net
Mon Jan 9 10:19:46 CET 2006
- Previous message: [Python-Dev] test_curses
- Next message: [Python-Dev] test_curses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Georg Brandl <g.brandl-nospam at gmx.net> writes:
The call to curses.setupterm() leaves my terminal in a bad state.
Hmm.
The reset program outputs: Erase set to delete. Kill set to control-U (^U). Interrupt set to control-C (^C).
It always says that :) (unless you've messed with stty, I guess)
Doesn't the setupterm() have to be paired with something like shutdownterm()?
Not as far as my memory of curses goes. From the man page:
The setupterm routine reads in the terminfo database,
initializing the terminfo structures, but does not set up the
output virtualization structures used by curses.
What platform are you on?
Cheers, mwh
-- #ifndef P_tmpdir printf( "Go buy a better computer" ); exit( ETHESKYISFALLINGANDIWANTMYMAMA ); -- Dimitri Maziuk on writing secure code, asr
- Previous message: [Python-Dev] test_curses
- Next message: [Python-Dev] test_curses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]