[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.10 and 1.11

version 1.10, 2011/11/09 12:02:07 version 1.11, 2014/04/17 14:45:49
Line 23 
Line 23 
 #include "tmux.h"  #include "tmux.h"
   
 /*  /*
  * Set window layouts - predefined methods to arrange windows. These are one-off   * Set window layouts - predefined methods to arrange windows. These are
  * and generate a layout tree.   * one-off and generate a layout tree.
  */   */
   
 void    layout_set_even_h(struct window *);  void    layout_set_even_h(struct window *);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11