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

Diff for /src/usr.bin/tmux/options.c between version 1.22 and 1.23

version 1.22, 2017/01/12 15:36:35 version 1.23, 2017/01/13 11:56:43
Line 162 
Line 162 
         return (o);          return (o);
 }  }
   
 char *  const char *
 options_get_string(struct options *oo, const char *name)  options_get_string(struct options *oo, const char *name)
 {  {
         struct options_entry    *o;          struct options_entry    *o;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23