diff options
Diffstat (limited to '')
| -rw-r--r-- | handlekeys.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/handlekeys.h b/handlekeys.h index 00e6e93..192d96c 100644 --- a/handlekeys.h +++ b/handlekeys.h | |||
| @@ -9,8 +9,7 @@ | |||
| 9 | * See the keys[] array at the top of handlekeys.c for what byte sequences get | 9 | * See the keys[] array at the top of handlekeys.c for what byte sequences get | 
| 10 | * translated into what key names. See dumbsh.c for an example of usage. | 10 | * translated into what key names. See dumbsh.c for an example of usage. | 
| 11 | * A 0.1 second delay is used to detect the Esc key being pressed, and not Esc | 11 | * A 0.1 second delay is used to detect the Esc key being pressed, and not Esc | 
| 12 | * being part of a raw keystroke. As a bonus, Midnight Commander style | 12 | * being part of a raw keystroke. | 
| 13 | * "Esc digit" sequences are translated to function keys. | ||
| 14 | * | 13 | * | 
| 15 | * handle_keys also tries to decode CSI commands that terminals can send. | 14 | * handle_keys also tries to decode CSI commands that terminals can send. | 
| 16 | * Some keystrokes are CSI commands, but those are translated as key sequences | 15 | * Some keystrokes are CSI commands, but those are translated as key sequences | 
