The branch, master has been updated
       via  2bdc59fac8aef9df6ef53a13e59221153619770d (commit)
      from  784a74df0b4c5ad31e05973f742b529059d087ea (commit)

- Log -----------------------------------------------------------------
commit 2bdc59fac8aef9df6ef53a13e59221153619770d
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    Fix a comment for new key table names.
---
 tty-keys.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tty-keys.c b/tty-keys.c
index bd7fdb1..8da621e 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);


-----------------------------------------------------------------------

Summary of changes:
 tty-keys.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to