[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.135 and 1.136

version 1.135, 2009/10/12 13:01:18 version 1.136, 2009/10/12 16:59:55
Line 1646 
Line 1646 
              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 *,
              struct screen *, u_int, u_int, u_int, u_int);               struct screen *, u_int, u_int, u_int, u_int);
   void     screen_write_backspace(struct screen_write_ctx *);
 void     screen_write_cursorup(struct screen_write_ctx *, u_int);  void     screen_write_cursorup(struct screen_write_ctx *, u_int);
 void     screen_write_cursordown(struct screen_write_ctx *, u_int);  void     screen_write_cursordown(struct screen_write_ctx *, u_int);
 void     screen_write_cursorright(struct screen_write_ctx *, u_int);  void     screen_write_cursorright(struct screen_write_ctx *, u_int);

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136