Fix the playback bug which was caused by CR/LF confusion
This commit is contained in:
parent
8d7895dd3b
commit
8d570c89a5
4 changed files with 6 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ setup()
|
|||
alarm(CHECKTIME * 60);
|
||||
num_checks = 0;
|
||||
#endif
|
||||
nonl();
|
||||
crmode(); /* Cbreak mode */
|
||||
noecho(); /* Echo off */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue