tabs are better; ok nicm

This commit is contained in:
Theo Deraadt
2009-10-26 21:42:04 +00:00
parent a8b1379ccb
commit ed62d1263c
11 changed files with 73 additions and 73 deletions

2
tty.c
View File

@ -144,7 +144,7 @@ tty_start_tty(struct tty *tty)
tio.c_lflag &= ~(IEXTEN|ICANON|ECHO|ECHOE|ECHONL|ECHOCTL|
ECHOPRT|ECHOKE|ECHOCTL|ISIG);
tio.c_cc[VMIN] = 1;
tio.c_cc[VTIME] = 0;
tio.c_cc[VTIME] = 0;
if (tcsetattr(tty->fd, TCSANOW, &tio) != 0)
fatal("tcsetattr failed");