[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.688 and 1.689

version 1.688, 2017/01/11 14:56:44 version 1.689, 2017/01/11 16:05:46
Line 1152 
Line 1152 
         struct event     key_timer;          struct event     key_timer;
         struct tty_key  *key_tree;          struct tty_key  *key_tree;
 };  };
   #define TTY_TYPES \
           { "VT100", "VT101", "VT102", "VT220", "VT320", "VT420", "UNKNOWN" }
   
 /* TTY command context. */  /* TTY command context. */
 struct tty_ctx {  struct tty_ctx {

Legend:
Removed from v.1.688  
changed lines
  Added in v.1.689