From 2bdc59fac8aef9df6ef53a13e59221153619770d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 15 Feb 2013 02:38:15 +0000 Subject: [PATCH] Fix a comment for new key table names. --- tty-keys.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tty-keys.c b/tty-keys.c index bd7fdb1c..8da621e1 100644 --- a/tty-keys.c +++ b/tty-keys.c @@ -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);