[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.600 and 1.601

version 1.600, 2015/12/11 16:37:21 version 1.601, 2015/12/12 18:19:00
Line 85 
Line 85 
   
 /* Special key codes. */  /* Special key codes. */
 #define KEYC_NONE 0xffff00000000ULL  #define KEYC_NONE 0xffff00000000ULL
   #define KEYC_UNKNOWN 0xfffe00000000ULL
 #define KEYC_BASE 0x100000000000ULL  #define KEYC_BASE 0x100000000000ULL
   
 /* Key modifier bits. */  /* Key modifier bits. */

Legend:
Removed from v.1.600  
changed lines
  Added in v.1.601