[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.917 and 1.918

version 1.917, 2019/06/30 19:21:53 version 1.918, 2019/07/01 06:56:00
Line 682 
Line 682 
 struct style {  struct style {
         struct grid_cell        gc;          struct grid_cell        gc;
   
           int                     fill;
         enum style_align        align;          enum style_align        align;
         enum style_list         list;          enum style_list         list;
   

Legend:
Removed from v.1.917  
changed lines
  Added in v.1.918