tweaks: add a comment, and correct an indentation

master
Benno Schulenberg 2018-10-05 19:27:10 +02:00
parent fb8d981bfa
commit 8bffc8ea53
1 changed files with 2 additions and 2 deletions

View File

@ -709,8 +709,8 @@ int parse_kbinput(WINDOW *win)
case KEY_C3: /* PageDown (3) on keypad with NumLock off. */
return KEY_NPAGE;
#ifdef KEY_SDC /* Slang doesn't support KEY_SDC. */
case KEY_SDC:
return KEY_BACKSPACE;
case KEY_SDC: /* Make a shifted <Del> key do a backspace. */
return KEY_BACKSPACE;
#endif
#ifdef KEY_SIC /* Slang doesn't support KEY_SIC. */
case KEY_SIC: