[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.98 and 1.99

version 1.98, 2009/09/02 20:15:49 version 1.99, 2009/09/07 10:49:32
Line 1533 
Line 1533 
 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 *);
   size_t printflike2 screen_write_cstrlen(int, const char *, ...);
   void printflike5 screen_write_cnputs(struct screen_write_ctx *,
       ssize_t, struct grid_cell *, int, const char *, ...);
 size_t printflike2 screen_write_strlen(int, const char *, ...);  size_t printflike2 screen_write_strlen(int, const char *, ...);
 void printflike3 screen_write_puts(struct screen_write_ctx *,  void printflike3 screen_write_puts(struct screen_write_ctx *,
              struct grid_cell *, const char *, ...);               struct grid_cell *, const char *, ...);
Line 1540 
Line 1543 
     ssize_t, struct grid_cell *, int, const char *, ...);      ssize_t, struct grid_cell *, int, const char *, ...);
 void     screen_write_vnputs(struct screen_write_ctx *,  void     screen_write_vnputs(struct screen_write_ctx *,
              ssize_t, struct grid_cell *, int, const char *, va_list);               ssize_t, struct grid_cell *, int, const char *, va_list);
   void     screen_write_parsestyle(
                struct grid_cell *, struct grid_cell *, const char *);
 void     screen_write_putc(  void     screen_write_putc(
              struct screen_write_ctx *, struct grid_cell *, u_char);               struct screen_write_ctx *, struct grid_cell *, u_char);
 void     screen_write_copy(struct screen_write_ctx *,  void     screen_write_copy(struct screen_write_ctx *,

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99