[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.373 and 1.374

version 1.373, 2013/01/18 02:16:21 version 1.374, 2013/02/05 11:08:59
Line 1964 
Line 1964 
 char    *grid_string_cells(struct grid *, u_int, u_int, u_int);  char    *grid_string_cells(struct grid *, u_int, u_int, u_int);
 void     grid_duplicate_lines(  void     grid_duplicate_lines(
              struct grid *, u_int, struct grid *, u_int, u_int);               struct grid *, u_int, struct grid *, u_int, u_int);
   u_int    grid_reflow(struct grid *, const struct grid *, u_int);
   
 /* grid-cell.c */  /* grid-cell.c */
 u_int    grid_cell_width(const struct grid_cell *);  u_int    grid_cell_width(const struct grid_cell *);
Line 2057 
Line 2058 
 void     screen_set_cursor_style(struct screen *, u_int);  void     screen_set_cursor_style(struct screen *, u_int);
 void     screen_set_cursor_colour(struct screen *, const char *);  void     screen_set_cursor_colour(struct screen *, const char *);
 void     screen_set_title(struct screen *, const char *);  void     screen_set_title(struct screen *, const char *);
 void     screen_resize(struct screen *, u_int, u_int);  void     screen_resize(struct screen *, u_int, u_int, int);
 void     screen_set_selection(struct screen *,  void     screen_set_selection(struct screen *,
              u_int, u_int, u_int, u_int, u_int, struct grid_cell *);               u_int, u_int, u_int, u_int, u_int, struct grid_cell *);
 void     screen_clear_selection(struct screen *);  void     screen_clear_selection(struct screen *);
 int      screen_check_selection(struct screen *, u_int, u_int);  int      screen_check_selection(struct screen *, u_int, u_int);
   void     screen_reflow(struct screen *, u_int);
   
 /* window.c */  /* window.c */
 extern struct windows windows;  extern struct windows windows;

Legend:
Removed from v.1.373  
changed lines
  Added in v.1.374