-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Kelly,
Monday, August 18, 2003, 8:30:36 PM, you wrote: > First try "stty sane" > If that doesn't work, do "stty intr ^c" (that's two characters, '^' and > 'c'), followed by "stty quit ^\" (you might need two '\' characters). I'm sorry I didn't make myself clear. This is *not* a problem with stty settings. It is a problem with signal state settings. For some reason, the bash shells that are started are being started in such a way that SIGINT and SIGQUIT are set to SIG_IGN, rather than SIG_DFL. Most programs then inherit this state of affairs and do not set anything different. Only those programs that want some specific action to be taken on SIGINT or SIGQUIT and set them explicitly are not left with them being ignored. Ron. -----BEGIN PGP SIGNATURE----- Version: PGP Personal Privacy 6.5.8 Comment: Until recently, the last PGP with full source disclosure. iQA/AwUBP0GP+m8pw+2/9pUJEQIbgQCdF03JMdReXCq8hQ8GytHiGwCf4TgAn2xj lUupCkq1MabYYVl0u9nvr/Pi =NnYi -----END PGP SIGNATURE----- _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
