Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site hcrvax.UUCP Path: utzoo!hcrvax!phb From: phb@hcrvax.UUCP (Paul Breslin) Newsgroups: net.sources.bugs Subject: Bug in ogre terminal handling Message-ID: <1474@hcrvax.UUCP> Date: Sun, 11-Nov-84 12:48:47 EST Article-I.D.: hcrvax.1474 Posted: Sun Nov 11 12:48:47 1984 Date-Received: Mon, 12-Nov-84 01:18:37 EST Organization: Human Computing Resources, Toronto Lines: 4 In termcap.c you have to turn tab expansion off! Change line 83 to the following: new_term.sg_flags &= ~(ECHO | XTABS); /* | CRMOD); */