[net.sources.bugs] Bug in ogre terminal handling

phb@hcrvax.UUCP (Paul Breslin) (11/11/84)

In termcap.c you have to turn tab expansion off!

Change line 83 to the following:
        new_term.sg_flags &= ~(ECHO | XTABS); /* | CRMOD); */