From 8f4d17e8352881c686488f61bf48969461f1e662 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 1 Feb 2014 13:46:30 +1000 Subject: Rename some keys and remove special casing of MC Esc digit sequences. --- handlekeys.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'handlekeys.h') diff --git a/handlekeys.h b/handlekeys.h index 00e6e93..192d96c 100644 --- a/handlekeys.h +++ b/handlekeys.h @@ -9,8 +9,7 @@ * See the keys[] array at the top of handlekeys.c for what byte sequences get * translated into what key names. See dumbsh.c for an example of usage. * A 0.1 second delay is used to detect the Esc key being pressed, and not Esc - * being part of a raw keystroke. As a bonus, Midnight Commander style - * "Esc digit" sequences are translated to function keys. + * being part of a raw keystroke. * * handle_keys also tries to decode CSI commands that terminals can send. * Some keystrokes are CSI commands, but those are translated as key sequences -- cgit v1.1