[BACK]Return to tty-keys.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tty-keys.c between version 1.49 and 1.50

version 1.49, 2013/03/21 16:51:11 version 1.50, 2013/03/21 16:52:02
Line 28 
Line 28 
 #include "tmux.h"  #include "tmux.h"
   
 /*  /*
  * Handle keys input from the outside terminal. tty_keys[] is a base table of   * Handle keys input from the outside terminal. tty_default_*_keys[] are a base
  * supported keys which are looked up in terminfo(5) and translated into a   * table of supported keys which are looked up in terminfo(5) and translated
  * ternary tree (a binary tree of binary trees).   * into a ternary tree.
  */   */
   
 void            tty_keys_add1(struct tty_key **, const char *, int);  void            tty_keys_add1(struct tty_key **, const char *, int);

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50