[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.12 and 1.13

version 1.12, 2013/10/10 11:45:29 version 1.13, 2014/10/20 23:57:13
Line 27 
Line 27 
 #include "tmux.h"  #include "tmux.h"
   
 /* Write a line. */  /* Write a line. */
 void printflike2  void
 control_write(struct client *c, const char *fmt, ...)  control_write(struct client *c, const char *fmt, ...)
 {  {
         va_list          ap;          va_list          ap;

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