[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.11 and 1.12

version 1.11, 2014/04/17 14:45:49 version 1.12, 2015/08/29 23:55:55
Line 44 
Line 44 
         { "tiled", layout_set_tiled },          { "tiled", layout_set_tiled },
 };  };
   
 const char *  
 layout_set_name(u_int layout)  
 {  
         return (layout_sets[layout].name);  
 }  
   
 int  int
 layout_set_lookup(const char *name)  layout_set_lookup(const char *name)
 {  {

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