home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- Path: sparky!uunet!darwin.sura.net!jvnc.net!yale.edu!yale!gumby!destroyer!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!csus.edu!csusac!cdsac!scotte
- From: scotte@cdsac.uucp (L. Scott Emmons)
- Subject: Re: 3.2 BSD Line discipline...
- Message-ID: <1992Jul29.151615.20336@cdsac.uucp>
- Date: Wed, 29 Jul 1992 15:16:15 GMT
- References: <92210.105840JGROVER@MAINE.MAINE.EDU>
- Organization: Cable Data (U.S. Computer Services), Sacramento, CA
- Lines: 19
-
- In article <92210.105840JGROVER@MAINE.MAINE.EDU> JGROVER@MAINE.MAINE.EDU (John Grover) writes:
- >I have this set of programs written to use bsd line discipline. The easiest
- >way out for me was to issue stty disp bsd in a shell script before running
- >the programs and then stty disp posix afterwards. Now that I've "upgraded"
- >to 3.2, after I issue the command, nothing I type is echoed to the screen,
- >and carriage returns don't seem to work. Line feeds do, so if I issue
- >something like ls -l, the output stair steps down the screen.
-
- Try doing an "stty sane" afterwards...Sounds like you are being left in
- noncannonical mode after the program finishes...If an "stty sane" works,
- make sure it sets everything properly, as "sane" mode is just a best guess
- at reasonable settings. If it still isn't right, you will want to look at
- the man pages for "stty" and figure out exactly what modes you want, and
- explicitly set them.
-
- Hope this helps.
- --
- L. Scott Emmons
- csusac.csus.edu!cdsac!scotte
-