tweaks: fix compilation when configured with --enable-tiny

master
Benno Schulenberg 2016-11-30 11:05:07 +01:00
parent 87fbe24283
commit 7401670d58
1 changed files with 2 additions and 0 deletions

View File

@ -406,6 +406,7 @@ int parse_kbinput(WINDOW *win)
case 'D':
retval = CONTROL_LEFT;
break;
#ifndef NANO_TINY
case 'a':
retval = shiftaltup;
break;
@ -418,6 +419,7 @@ int parse_kbinput(WINDOW *win)
case 'd':
retval = shiftaltleft;
break;
#endif
}
double_esc = FALSE;
escapes = 0;