aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/boxes/handlekeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boxes/handlekeys.h')
-rw-r--r--src/boxes/handlekeys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boxes/handlekeys.h b/src/boxes/handlekeys.h
index 868183f..96893d9 100644
--- a/src/boxes/handlekeys.h
+++ b/src/boxes/handlekeys.h
@@ -51,7 +51,7 @@ struct keyevent {
51 * count is the count of translated CSI parameters. 51 * count is the count of translated CSI parameters.
52 * params is an array of translateted CSI parameters. 52 * params is an array of translateted CSI parameters.
53 * Empty parameters are set to -1, coz -1 parameters are not legal, 53 * Empty parameters are set to -1, coz -1 parameters are not legal,
54 * and empty ones should default to something that is command dependant. 54 * and empty ones should default to something that is command dependent.
55 * 55 *
56 * HK_KEYS 56 * HK_KEYS
57 * sequence the keystrokes as ASCII, either translated or not. 57 * sequence the keystrokes as ASCII, either translated or not.