[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.909 and 1.910

version 1.909, 2019/06/05 20:00:53 version 1.910, 2019/06/07 20:09:17
Line 1490 
Line 1490 
 #define CLIENT_REPEAT 0x20  #define CLIENT_REPEAT 0x20
 #define CLIENT_SUSPENDED 0x40  #define CLIENT_SUSPENDED 0x40
 #define CLIENT_ATTACHED 0x80  #define CLIENT_ATTACHED 0x80
 /* 0x100 unused */  #define CLIENT_EXITED 0x100
 #define CLIENT_DEAD 0x200  #define CLIENT_DEAD 0x200
 #define CLIENT_REDRAWBORDERS 0x400  #define CLIENT_REDRAWBORDERS 0x400
 #define CLIENT_READONLY 0x800  #define CLIENT_READONLY 0x800

Legend:
Removed from v.1.909  
changed lines
  Added in v.1.910