[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.395 and 1.396

version 1.395, 2013/03/24 09:27:20 version 1.396, 2013/03/24 09:28:59
Line 241 
Line 241 
         KEYC_KP_ENTER,          KEYC_KP_ENTER,
         KEYC_KP_ZERO,          KEYC_KP_ZERO,
         KEYC_KP_PERIOD,          KEYC_KP_PERIOD,
   
           KEYC_FOCUS_IN,
           KEYC_FOCUS_OUT,
 };  };
   
 /* Termcap codes. */  /* Termcap codes. */
Line 1320 
Line 1323 
 #define CLIENT_READONLY 0x800  #define CLIENT_READONLY 0x800
 #define CLIENT_REDRAWWINDOW 0x1000  #define CLIENT_REDRAWWINDOW 0x1000
 #define CLIENT_CONTROL 0x2000  #define CLIENT_CONTROL 0x2000
   #define CLIENT_FOCUSED 0x4000
         int              flags;          int              flags;
   
         struct event     identify_timer;          struct event     identify_timer;

Legend:
Removed from v.1.395  
changed lines
  Added in v.1.396