window: enable nonl and use raw terminal mode

This commit is contained in:
Andrzej Rybczak
2014-09-03 20:45:29 +02:00
parent 322baa5989
commit fb0b2158e3
3 changed files with 6 additions and 2 deletions

View File

@@ -89,7 +89,7 @@
// KEY_ENTER is 343, which doesn't make any sense. This makes it useful.
#undef KEY_ENTER
#define KEY_ENTER 10
#define KEY_ENTER 13
// undefine scroll macro as it collides with Window::scroll
#undef scroll