window: enable nonl and use raw terminal mode
This commit is contained in:
@@ -152,6 +152,8 @@ int main(int argc, char **argv)
|
||||
# ifndef WIN32
|
||||
signal(SIGPIPE, sighandler);
|
||||
signal(SIGWINCH, sighandler);
|
||||
// ignore Ctrl-C
|
||||
sigignore(SIGINT);
|
||||
# endif // !WIN32
|
||||
|
||||
while (!Actions::ExitMainLoop)
|
||||
|
||||
Reference in New Issue
Block a user