[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.512 and 1.513

version 1.512, 2015/05/11 10:10:16 version 1.513, 2015/05/12 15:27:46
Line 75 
Line 75 
 #define BELL_NONE 0  #define BELL_NONE 0
 #define BELL_ANY 1  #define BELL_ANY 1
 #define BELL_CURRENT 2  #define BELL_CURRENT 2
   #define BELL_OTHER 3
   
 /* Special key codes. */  /* Special key codes. */
 #define KEYC_NONE 0xfff  #define KEYC_NONE 0xfff

Legend:
Removed from v.1.512  
changed lines
  Added in v.1.513