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

Diff for /src/usr.bin/tmux/layout-set.c between version 1.16 and 1.17

version 1.16, 2016/10/10 21:29:23 version 1.17, 2016/10/11 13:45:47
Line 33 
Line 33 
 static void     layout_set_main_v(struct window *);  static void     layout_set_main_v(struct window *);
 static void     layout_set_tiled(struct window *);  static void     layout_set_tiled(struct window *);
   
 const struct {  static const struct {
         const char      *name;          const char      *name;
         void            (*arrange)(struct window *);          void            (*arrange)(struct window *);
 } layout_sets[] = {  } layout_sets[] = {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17