Xref: utzoo comp.unix.microport:456 comp.unix.xenix:1916 comp.unix.questions:6500 Path: utzoo!mnetor!uunet!husc6!think!bloom-beacon!tut.cis.ohio-state.edu!im4u!ut-sally!utah-cs!utah-gr!uplherc!sp7040!obie!wes From: wes@obie.UUCP (Barnacle Wes) Newsgroups: comp.unix.microport,comp.unix.xenix,comp.unix.questions Subject: Re: Microport console driver & raw mode programs Message-ID: <128@obie.UUCP> Date: 8 Apr 88 05:34:08 GMT References: <362@mancol.UUCP> Organization: the Well of Souls Lines: 19 Keywords: console driver, raw mode, vi, problems Summary: Is elm messing up your stty settings? In article <362@mancol.UUCP>, samperi@mancol.UUCP (Dominick Samperi) writes: > Has anyone experienced console driver problems after using a program > (like elm, for example) that sets the tty to raw mode (that is, turns > off ICANON under System V)? It could be that elm is not restoring your stty settings correctly. I have a simple csh alias that takes care of this problem, which is especially frequent in my own programs: :-) alias oops 'stty sane erase \^h intr \^c kill \^y echoe ixany ; stty' This restores my stty settings (at least the ones that seem to get garbled the most) and then prints them on the screen. -- /\ - "Against Stupidity, - {backbones}! /\/\ . /\ - The Gods Themselves - utah-cs!utah-gr! / \/ \/\/ \ - Contend in Vain." - uplherc!sp7040! / U i n T e c h \ - Schiller - obie!wes