[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.1083 and 1.1084

version 1.1083, 2021/01/08 10:09:44 version 1.1084, 2021/01/17 16:17:41
Line 1635 
Line 1635 
 #define CLIENT_DEAD 0x200  #define CLIENT_DEAD 0x200
 #define CLIENT_REDRAWBORDERS 0x400  #define CLIENT_REDRAWBORDERS 0x400
 #define CLIENT_READONLY 0x800  #define CLIENT_READONLY 0x800
 /* 0x1000 unused */  #define CLIENT_NOSTARTSERVER 0x1000
 #define CLIENT_CONTROL 0x2000  #define CLIENT_CONTROL 0x2000
 #define CLIENT_CONTROLCONTROL 0x4000  #define CLIENT_CONTROLCONTROL 0x4000
 #define CLIENT_FOCUSED 0x8000  #define CLIENT_FOCUSED 0x8000

Legend:
Removed from v.1.1083  
changed lines
  Added in v.1.1084