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

Diff for /src/usr.bin/tmux/screen-redraw.c between version 1.47 and 1.48

version 1.47, 2017/10/16 19:30:53 version 1.48, 2017/12/22 23:16:41
Line 18 
Line 18 
   
 #include <sys/types.h>  #include <sys/types.h>
   
   #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 #include "tmux.h"  #include "tmux.h"
Line 299 
Line 300 
         screen_write_cnputs(&ctx, outlen, &gc, "%s", out);          screen_write_cnputs(&ctx, outlen, &gc, "%s", out);
         screen_write_stop(&ctx);          screen_write_stop(&ctx);
   
           free(out);
         format_free(ft);          format_free(ft);
   
         wp->status_size = outlen;          wp->status_size = outlen;

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