|
From: <no...@so...> - 2002-03-05 22:43:06
|
Bugs item #526163, was opened at 2002-03-05 23:43 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110894&aid=526163&group_id=10894 Category: 24. Channel System Group: 8.4a4 Status: Open Resolution: None Priority: 5 Submitted By: Jean-Claude Wippler (jcw) Assigned to: Andreas Kupries (andreas_kupries) Summary: tty not reset on exit Initial Comment: Followup of bug #525783 Running cvs HEAD, ttyCloseProc has SETIOSTATE #if'ed out - I get a problem on exit: - running on SuSE 7.3 KDE, konsole, tty /dev/pts/5 - start ./tclsh - enter "open /dev/pts/5; exit" - tclsh exits, but leaves terminal in bad state It looks like it's in non-blocking mode still. Normal state is restored by typing "stty sane <CR>" When restoring #if 0 to #if 1, and the ttyPtr def at top, as suggested by Jeff Hobbs in the chat, the above works as expected again. Redoing this all with vanilla 8.3.3 tclsh in SuSE, the exit behavior is ok. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=110894&aid=526163&group_id=10894 |