[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.796 and 1.797

version 1.796, 2017/07/14 18:49:07 version 1.797, 2017/07/26 16:14:08
Line 83 
Line 83 
 #define BELL_CURRENT 2  #define BELL_CURRENT 2
 #define BELL_OTHER 3  #define BELL_OTHER 3
   
   /* Visual option values. */
   #define VISUAL_OFF 0
   #define VISUAL_ON 1
   #define VISUAL_BOTH 2
   
 /* Special key codes. */  /* Special key codes. */
 #define KEYC_NONE 0xffff00000000ULL  #define KEYC_NONE 0xffff00000000ULL
 #define KEYC_UNKNOWN 0xfffe00000000ULL  #define KEYC_UNKNOWN 0xfffe00000000ULL

Legend:
Removed from v.1.796  
changed lines
  Added in v.1.797