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

Diff for /src/usr.bin/tmux/input.c between version 1.112 and 1.113

version 1.112, 2017/02/06 22:05:11 version 1.113, 2017/02/08 15:49:29
Line 920 
Line 920 
 /* Split the parameter list (if any). */  /* Split the parameter list (if any). */
 static int  static int
 input_split(struct input_ctx *ictx)  input_split(struct input_ctx *ictx)
   
 {  {
         const char      *errstr;          const char      *errstr;
         char            *ptr, *out;          char            *ptr, *out;

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113