This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mwm
Recipients
Date 2004-12-19.21:24:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
tty provides a nice, simple interface for setting the terminal to raw
or cbreak modes. However, it doesn't provide a way to put the terminal
back in the mode it was in before that change. Every responsible
application should leave the terminal in the mode it found it in -
unless the application is called sttty, of course. tty needs a
"setsane" function.

History
Date User Action Args
2007-08-23 14:28:36adminlinkissue1088077 messages
2007-08-23 14:28:36admincreate