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

Diff for /src/usr.bin/tmux/window-tree.c between version 1.30 and 1.31

version 1.30, 2018/04/10 10:48:44 version 1.31, 2018/08/19 19:03:46
Line 461 
Line 461 
         }          }
 }  }
   
   
 static void  static void
 window_tree_draw_label(struct screen_write_ctx *ctx, u_int px, u_int py,  window_tree_draw_label(struct screen_write_ctx *ctx, u_int px, u_int py,
     u_int sx, u_int sy, const struct grid_cell *gc, const char *label)      u_int sx, u_int sy, const struct grid_cell *gc, const char *label)

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31