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

Diff for /src/usr.bin/tmux/tmux.h between version 1.647 and 1.648

version 1.647, 2016/10/05 12:34:05 version 1.648, 2016/10/09 16:24:34
Line 2097 
Line 2097 
 void     screen_write_rawstring(struct screen_write_ctx *, u_char *, u_int);  void     screen_write_rawstring(struct screen_write_ctx *, u_char *, u_int);
   
 /* screen-redraw.c */  /* screen-redraw.c */
   void     screen_redraw_update(struct client *);
 void     screen_redraw_screen(struct client *, int, int, int);  void     screen_redraw_screen(struct client *, int, int, int);
 void     screen_redraw_pane(struct client *, struct window_pane *);  void     screen_redraw_pane(struct client *, struct window_pane *);
   

Legend:
Removed from v.1.647  
changed lines
  Added in v.1.648