Commit 9115828e authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

input: fix a pasto from eight years ago, from commit e347efb9

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -745,7 +745,7 @@ int convert_sequence(const int *seq, size_t seq_len)
case 'M': /* Esc O M == Enter on numeric keypad with
* NumLock off on VT100/VT220/VT320/xterm/
* rxvt/Eterm. */
return sc_seq_or(do_home, 0);
return sc_seq_or(do_enter, 0);
case 'P': /* Esc O P == F1 on VT100/VT220/VT320/Mach
* console. */
return KEY_F(1);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment