Path: utzoo!attcan!uunet!samsung!sdd.hp.com!hplabs!hpcc01!hpcuhb!hpcllla!hpclisp!hpclscu!shankar From: shankar@hpclscu.HP.COM (Shankar Unni) Newsgroups: comp.sys.hp Subject: Re: problems with ksh at 7.0... Message-ID: <1340113@hpclscu.HP.COM> Date: 6 Apr 90 20:58:50 GMT References: Organization: Hewlett-Packard Calif. Language Lab Lines: 17 > command. At that point the hpterm just hangs and its pretty hopeless. Every > once in a while I can hit reset^J and get my prompt back but then of course > my terminal setting are all messed up (^A is eof, etc.). A little divergence from the basenote: my workaround for this is a small shell script, which I call "resetty", which looks like this: stty 1d02:5:350:3b:0:3:1c:8:15:4:0:0:0:1d02:5:350:c000003b:3:1c:8:15:4:0:0:0:ff:ff:ff:4:0:1a:11:13:1d020005:1:1a:ff The argument for stty was obtained by running "stty -g" on a healthy terminal. So whenever I get into a state like the one you describe, I type "resetty^J". ----- Shankar.