[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.1113 and 1.1114

version 1.1113, 2021/08/06 09:34:09 version 1.1114, 2021/08/11 09:05:21
Line 886 
Line 886 
         int              pane_status;          int              pane_status;
         int              pane_lines;          int              pane_lines;
   
           struct grid_cell no_pane_gc;
           int              no_pane_gc_set;
   
         u_int            sx;          u_int            sx;
         u_int            sy;          u_int            sy;
         u_int            ox;          u_int            ox;

Legend:
Removed from v.1.1113  
changed lines
  Added in v.1.1114