diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-15 02:38:15 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-15 02:38:15 +0000 |
commit | 2bdc59fac8aef9df6ef53a13e59221153619770d (patch) | |
tree | 9aa0a00c121b26441026b7cc6f082a173bf57df6 | |
parent | 784a74df0b4c5ad31e05973f742b529059d087ea (diff) | |
download | rtmux-2bdc59fac8aef9df6ef53a13e59221153619770d.tar.gz rtmux-2bdc59fac8aef9df6ef53a13e59221153619770d.tar.bz2 rtmux-2bdc59fac8aef9df6ef53a13e59221153619770d.zip |
Fix a comment for new key table names.
-rw-r--r-- | tty-keys.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); |