arogue7: call nonl() during initialization.
This commit is contained in:
parent
e4d23af7c5
commit
e8f5429554
1 changed files with 1 additions and 0 deletions
|
|
@ -536,6 +536,7 @@ setup()
|
|||
#endif
|
||||
raw(); /* Cbreak mode */
|
||||
noecho(); /* Echo off */
|
||||
nonl();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue