[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.28 and 1.29

version 1.28, 2009/07/14 07:23:36 version 1.29, 2009/07/14 19:03:16
Line 1395 
Line 1395 
              struct screen_write_ctx *, const struct grid_cell *, u_char *);               struct screen_write_ctx *, const struct grid_cell *, u_char *);
   
 /* screen-redraw.c */  /* screen-redraw.c */
 void     screen_redraw_screen(struct client *);  void     screen_redraw_screen(struct client *, int);
 void     screen_redraw_pane(struct client *, struct window_pane *);  void     screen_redraw_pane(struct client *, struct window_pane *);
 void     screen_redraw_status(struct client *);  
   
 /* screen.c */  /* screen.c */
 void     screen_init(struct screen *, u_int, u_int, u_int);  void     screen_init(struct screen *, u_int, u_int, u_int);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29