arogue5: add nonl() to prevent CR/LF confusion.
This commit is contained in:
parent
f0527564ea
commit
8c27cf1402
2 changed files with 2 additions and 0 deletions
|
|
@ -844,6 +844,7 @@ shell()
|
|||
|
||||
printf(retstr);
|
||||
fflush(stdout);
|
||||
nonl();
|
||||
noecho();
|
||||
raw();
|
||||
keypad(cw,1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue