xrogue: call nonl() during initialization.

This prevents some confusion between CR and LF characters.
This commit is contained in:
John "Elwin" Edwards 2015-05-05 20:54:33 -04:00
parent fb870fdb4e
commit fe8a158d6a

View file

@ -3352,6 +3352,7 @@ md_setup()
#if defined(__CYGWIN__) || defined(__MSYS__)
ESCDELAY = 250;
#endif
nonl();
crmode(); /* Cbreak mode */
noecho(); /* Echo off */
}