[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.1199 and 1.1200

version 1.1199, 2023/06/08 11:17:29 version 1.1200, 2023/07/03 16:47:43
Line 671 
Line 671 
 #define GRID_LINE_WRAPPED 0x1  #define GRID_LINE_WRAPPED 0x1
 #define GRID_LINE_EXTENDED 0x2  #define GRID_LINE_EXTENDED 0x2
 #define GRID_LINE_DEAD 0x4  #define GRID_LINE_DEAD 0x4
   #define GRID_LINE_START_PROMPT 0x8
   
 /* Grid string flags. */  /* Grid string flags. */
 #define GRID_STRING_WITH_SEQUENCES 0x1  #define GRID_STRING_WITH_SEQUENCES 0x1

Legend:
Removed from v.1.1199  
changed lines
  Added in v.1.1200