aboutsummaryrefslogtreecommitdiff
path: root/tty-keys.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-09-26 06:45:28 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-09-26 06:45:28 +0000
commit62457bce0b6d23c1b6a8206582ac3dd206d4225d (patch)
tree42428d54daf3273242003827d16ae37d81e50230 /tty-keys.c
parentdf2b3bcf44299d7060b3bc6c17c6e80a1f358692 (diff)
downloadrtmux-62457bce0b6d23c1b6a8206582ac3dd206d4225d.tar.gz
rtmux-62457bce0b6d23c1b6a8206582ac3dd206d4225d.tar.bz2
rtmux-62457bce0b6d23c1b6a8206582ac3dd206d4225d.zip
Trim.
Diffstat (limited to 'tty-keys.c')
-rw-r--r--tty-keys.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tty-keys.c b/tty-keys.c
index 69c52b95..87c26cb4 100644
--- a/tty-keys.c
+++ b/tty-keys.c
@@ -1,4 +1,4 @@
-/* $Id: tty-keys.c,v 1.10 2008-08-28 17:45:28 nicm Exp $ */
+/* $Id: tty-keys.c,v 1.11 2008-09-26 06:45:28 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -203,7 +203,7 @@ struct {
{ "-\033Os", KEYC_KP3_2 },
{ "-\033OM", KEYC_KP3_3 },
{ "-\033Op", KEYC_KP4_0 },
- { "-\033On", KEYC_KP4_2 },
+ { "-\033On", KEYC_KP4_2 },
};
#define NTTYKEYS (sizeof tty_keys / sizeof tty_keys[0])
@@ -322,7 +322,7 @@ tty_keys_next(struct tty *tty, int *code)
return (0);
}
- /* Escape but no key string. If the timer isn't started, start it. */
+ /* Escape but no key string. If the timer isn't started, start it. */
if (!(tty->flags & TTY_ESCAPE)) {
tv.tv_sec = 0;
tv.tv_usec = 500 * 1000L;