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

Diff for /src/usr.bin/tmux/Attic/layout-string.c between version 1.4 and 1.5

version 1.4, 2010/01/08 17:44:27 version 1.5, 2010/06/29 03:30:14
Line 36 
Line 36 
 struct layout_cell *layout_find_topleft(struct layout_cell *);  struct layout_cell *layout_find_topleft(struct layout_cell *);
 struct layout_cell *layout_find_topright(struct layout_cell *);  struct layout_cell *layout_find_topright(struct layout_cell *);
 struct layout_cell *layout_find_bottomleft(struct layout_cell *);  struct layout_cell *layout_find_bottomleft(struct layout_cell *);
 struct layout_cell *layout_find_bottomright(struct layout_cell *);  
   
 /* Find the cell; returns NULL if string not understood. */  /* Find the cell; returns NULL if string not understood. */
 struct layout_cell *  struct layout_cell *

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5