From 62457bce0b6d23c1b6a8206582ac3dd206d4225d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 26 Sep 2008 06:45:28 +0000 Subject: Trim. --- tty-keys.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tty-keys.c') 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 @@ -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; -- cgit