Skip to content

Commit

Permalink
Turn off OXTABS by default. Inspection of systems here finds no comme…
Browse files Browse the repository at this point in the history
…rcial

systems with it on by default (or the equivalent flag) and terminal control
sequences confuse it greatly.  (Try running `ls' under bash in an XTerm,
for instance.)
  • Loading branch information
gwollman committed Oct 11, 1994
1 parent 296c81b commit 210df5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/sys/ttydefaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)ttydefaults.h 8.4 (Berkeley) 1/21/94
* $Id: ttydefaults.h,v 1.4 1994/08/21 19:13:08 paul Exp $
* $Id: ttydefaults.h,v 1.5 1994/09/22 19:51:43 ache Exp $
*/

/*
Expand All @@ -49,7 +49,7 @@
* Defaults on "first" open.
*/
#define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
#define TTYDEF_OFLAG (OPOST | ONLCR | OXTABS)
#define TTYDEF_OFLAG (OPOST | ONLCR)
#define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
#define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
#define TTYDEF_SPEED (B9600)
Expand Down

0 comments on commit 210df5b

Please sign in to comment.