xrogue: call nonl() during initialization.
This prevents some confusion between CR and LF characters.
This commit is contained in:
parent
fb870fdb4e
commit
fe8a158d6a
1 changed files with 1 additions and 0 deletions
|
|
@ -3352,6 +3352,7 @@ md_setup()
|
|||
#if defined(__CYGWIN__) || defined(__MSYS__)
|
||||
ESCDELAY = 250;
|
||||
#endif
|
||||
nonl();
|
||||
crmode(); /* Cbreak mode */
|
||||
noecho(); /* Echo off */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue