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

Diff for /src/usr.bin/tmux/control.c between version 1.46 and 1.47

version 1.46, 2021/08/17 20:17:21 version 1.47, 2021/08/25 07:09:30
Line 386 
Line 386 
 }  }
   
 /* Write a line. */  /* Write a line. */
 static void  static void printflike(2, 0)
 control_vwrite(struct client *c, const char *fmt, va_list ap)  control_vwrite(struct client *c, const char *fmt, va_list ap)
 {  {
         struct control_state    *cs = c->control_state;          struct control_state    *cs = c->control_state;

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47