mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
make /sure/ ^h is covered. seems ncurses is a tad on the weird side
This commit is contained in:
parent
d241e8dd64
commit
1a73a4789b
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ Con_ProcessInput (inputline_t *il, int ch)
|
|||
Con_CompleteCommandLine();
|
||||
break;
|
||||
case KEY_BACKSPACE:
|
||||
case '\b':
|
||||
if (key_linepos > 1) {
|
||||
strcpy (key_lines[edit_line] + key_linepos - 1,
|
||||
key_lines[edit_line] + key_linepos);
|
||||
|
|
Loading…
Reference in a new issue