[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.786 and 1.787

version 1.786, 2017/06/12 07:04:24 version 1.787, 2017/06/23 15:36:52
Line 87 
Line 87 
 #define KEYC_NONE 0xffff00000000ULL  #define KEYC_NONE 0xffff00000000ULL
 #define KEYC_UNKNOWN 0xfffe00000000ULL  #define KEYC_UNKNOWN 0xfffe00000000ULL
 #define KEYC_BASE 0x000010000000ULL  #define KEYC_BASE 0x000010000000ULL
   #define KEYC_USER 0x000020000000ULL
   
   /* Available user keys. */
   #define KEYC_NUSER 1000
   
 /* Key modifier bits. */  /* Key modifier bits. */
 #define KEYC_ESCAPE 0x200000000000ULL  #define KEYC_ESCAPE 0x200000000000ULL

Legend:
Removed from v.1.786  
changed lines
  Added in v.1.787