summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tty-keys.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2013-03-21 16:52:02 +0000
committernicm <nicm@openbsd.org>2013-03-21 16:52:02 +0000
commit9f8fac72bde677cd8142ddc3c46fd0380415f8c1 (patch)
tree91be7bc49a7c2df3bbc6f7d34cb54d60f066a292 /usr.bin/tmux/tty-keys.c
parentFix function parameter to tty_keys_free. (diff)
downloadwireguard-openbsd-9f8fac72bde677cd8142ddc3c46fd0380415f8c1.tar.xz
wireguard-openbsd-9f8fac72bde677cd8142ddc3c46fd0380415f8c1.zip
Fix a comment for new key table names.
Diffstat (limited to 'usr.bin/tmux/tty-keys.c')
-rw-r--r--usr.bin/tmux/tty-keys.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tmux/tty-keys.c b/usr.bin/tmux/tty-keys.c
index 96b2d89532a..cccfc052468 100644
--- a/usr.bin/tmux/tty-keys.c
+++ b/usr.bin/tmux/tty-keys.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty-keys.c,v 1.49 2013/03/21 16:51:11 nicm Exp $ */
+/* $OpenBSD: tty-keys.c,v 1.50 2013/03/21 16:52:02 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -28,9 +28,9 @@
#include "tmux.h"
/*
- * Handle keys input from the outside terminal. tty_keys[] is a base table of
- * supported keys which are looked up in terminfo(5) and translated into a
- * ternary tree (a binary tree of binary trees).
+ * Handle keys input from the outside terminal. tty_default_*_keys[] are a base
+ * table of supported keys which are looked up in terminfo(5) and translated
+ * into a ternary tree.
*/
void tty_keys_add1(struct tty_key **, const char *, int);