diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -278,7 +278,8 @@ static void set_term(int fd) | |||
278 | 278 | ||
279 | /* Make it be sane */ | 279 | /* Make it be sane */ |
280 | tty.c_cflag &= CBAUD|CBAUDEX|CSIZE|CSTOPB|PARENB|PARODD; | 280 | tty.c_cflag &= CBAUD|CBAUDEX|CSIZE|CSTOPB|PARENB|PARODD; |
281 | tty.c_cflag |= HUPCL|CLOCAL; | 281 | tty.c_cflag |= CREAD|HUPCL|CLOCAL; |
282 | |||
282 | 283 | ||
283 | /* input modes */ | 284 | /* input modes */ |
284 | tty.c_iflag = ICRNL | IXON | IXOFF; | 285 | tty.c_iflag = ICRNL | IXON | IXOFF; |