[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.303 and 1.304

version 1.303, 2012/01/20 19:54:07 version 1.304, 2012/01/21 08:10:21
Line 1832 
Line 1832 
 void     screen_write_start(  void     screen_write_start(
              struct screen_write_ctx *, struct window_pane *, struct screen *);               struct screen_write_ctx *, struct window_pane *, struct screen *);
 void     screen_write_stop(struct screen_write_ctx *);  void     screen_write_stop(struct screen_write_ctx *);
   void     screen_write_reset(struct screen_write_ctx *);
 size_t printflike2 screen_write_cstrlen(int, const char *, ...);  size_t printflike2 screen_write_cstrlen(int, const char *, ...);
 void printflike5 screen_write_cnputs(struct screen_write_ctx *,  void printflike5 screen_write_cnputs(struct screen_write_ctx *,
              ssize_t, struct grid_cell *, int, const char *, ...);               ssize_t, struct grid_cell *, int, const char *, ...);

Legend:
Removed from v.1.303  
changed lines
  Added in v.1.304