aboutsummaryrefslogtreecommitdiff
path: root/tty-keys.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-07-24 00:03:15 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-07-24 00:03:15 +0000
commitee8a9d24580cff5a78833f11e81df4a4f695be95 (patch)
treedd22ff83b35a070f0abd92dd567de2b645f74fe5 /tty-keys.c
parente00736b8116d90c19c368c50a4d66092a80c6ef6 (diff)
downloadrtmux-ee8a9d24580cff5a78833f11e81df4a4f695be95.tar.gz
rtmux-ee8a9d24580cff5a78833f11e81df4a4f695be95.tar.bz2
rtmux-ee8a9d24580cff5a78833f11e81df4a4f695be95.zip
Handle kcursor+kkeypad (switch to OA from [A).
Diffstat (limited to 'tty-keys.c')
-rw-r--r--tty-keys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tty-keys.c b/tty-keys.c
index 15291fb1..f1551ec5 100644
--- a/tty-keys.c
+++ b/tty-keys.c
@@ -1,4 +1,4 @@
-/* $Id: tty-keys.c,v 1.7 2008-07-23 23:44:50 nicm Exp $ */
+/* $Id: tty-keys.c,v 1.8 2008-07-24 00:03:15 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -179,7 +179,7 @@ struct {
{ "pmous", KEYC_MOUSE },
/*
- * Number keypad.
+ * Numeric keypad.
*
* This is totally confusing and I still don't quite understand how it
* all fits together in relation to termcap...