commit 9115828e76914be54c09480d4766bbd2fc6ae13a
parent b43a72471a9b85660581d694d335b0fccebf6692
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Thu, 28 Jul 2016 14:42:39 +0200
input: fix a pasto from eight years ago, from commit e347efb
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/winio.c b/src/winio.c
@@ -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);