sources/interface.cpp

changeset 86
3c02a728a681
parent 83
08bfc3d9d2ae
child 88
08ccaf26cffd
--- a/sources/interface.cpp	Wed May 27 21:42:47 2015 +0300
+++ b/sources/interface.cpp	Wed May 27 21:44:42 2015 +0300
@@ -149,7 +149,7 @@
     ::initscr();
 #endif
 
-	::cbreak();
+	::raw();
 	::keypad (stdscr, true);
 	::noecho();
 	::refresh();

mercurial