aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index af990992232..fb935e7bb8f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -4023,6 +4023,7 @@ read_key_sequence (keybuf, bufsize, prompt)
4023 4023
4024 mock_input = t; 4024 mock_input = t;
4025 fkey_start = fkey_end = t; 4025 fkey_start = fkey_end = t;
4026 fkey_map = Vfunction_key_map;
4026 4027
4027 goto replay_sequence; 4028 goto replay_sequence;
4028 } 4029 }