Reconfigure stdin

Make stdin behave more raw'ish. In particular, don't
translate CR -> NL on input.
This commit is contained in:
Martin Lund 2017-11-06 03:26:24 +01:00
parent b2aafd696b
commit 342a247efb
3 changed files with 56 additions and 11 deletions

View file

@ -42,6 +42,9 @@ int main(int argc, char *argv[])
/* Configure tty device */
tty_configure();
/* Configure input terminal */
stdin_configure();
/* Configure output terminal */
stdout_configure();