[BACK]Return to style.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/style.c between version 1.20 and 1.21

version 1.20, 2019/05/12 18:16:33 version 1.21, 2019/06/27 15:17:41
Line 30 
Line 30 
   
 /* Default style. */  /* Default style. */
 static struct style style_default = {  static struct style style_default = {
         { 0, 0, 8, 8, { { ' ' }, 0, 1, 1 } },          { 0, 0, 8, 8, 0, { { ' ' }, 0, 1, 1 } },
   
         STYLE_ALIGN_DEFAULT,          STYLE_ALIGN_DEFAULT,
         STYLE_LIST_OFF,          STYLE_LIST_OFF,

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21