diff options
-rw-r--r-- | src/kilo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kilo.c b/src/kilo.c index 72fc23b..24ba9fd 100644 --- a/src/kilo.c +++ b/src/kilo.c @@ -1066,6 +1066,8 @@ static int Back_to_big_picture = 0; extern void save_editor_state(int rowoff, int coloff, int cy, int cx); static void editorProcessKeypress(lua_State* L) { int c = getch(); +//? mvprintw(LINES-3, 60, "key: %d\n", c); +//? getch(); switch(c) { case ENTER: { |