[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.862 and 1.863

version 1.862, 2019/03/12 23:21:45 version 1.863, 2019/03/14 09:50:09
Line 1707 
Line 1707 
 void    tty_update_client_offset(struct client *);  void    tty_update_client_offset(struct client *);
 void    tty_raw(struct tty *, const char *);  void    tty_raw(struct tty *, const char *);
 void    tty_attributes(struct tty *, const struct grid_cell *,  void    tty_attributes(struct tty *, const struct grid_cell *,
             const struct window_pane *);              struct window_pane *);
 void    tty_reset(struct tty *);  void    tty_reset(struct tty *);
 void    tty_region_off(struct tty *);  void    tty_region_off(struct tty *);
 void    tty_margin_off(struct tty *);  void    tty_margin_off(struct tty *);
Line 1729 
Line 1729 
 void    tty_stop_tty(struct tty *);  void    tty_stop_tty(struct tty *);
 void    tty_set_title(struct tty *, const char *);  void    tty_set_title(struct tty *, const char *);
 void    tty_update_mode(struct tty *, int, struct screen *);  void    tty_update_mode(struct tty *, int, struct screen *);
 void    tty_draw_line(struct tty *, const struct window_pane *, struct screen *,  void    tty_draw_line(struct tty *, struct window_pane *, struct screen *,
             u_int, u_int, u_int, u_int, u_int);              u_int, u_int, u_int, u_int, u_int);
 int     tty_open(struct tty *, char **);  int     tty_open(struct tty *, char **);
 void    tty_close(struct tty *);  void    tty_close(struct tty *);
Line 2207 
Line 2207 
 void             window_pane_set_palette(struct window_pane *, u_int, int);  void             window_pane_set_palette(struct window_pane *, u_int, int);
 void             window_pane_unset_palette(struct window_pane *, u_int);  void             window_pane_unset_palette(struct window_pane *, u_int);
 void             window_pane_reset_palette(struct window_pane *);  void             window_pane_reset_palette(struct window_pane *);
 int              window_pane_get_palette(const struct window_pane *, int);  int              window_pane_get_palette(struct window_pane *, int);
 int              window_pane_set_mode(struct window_pane *,  int              window_pane_set_mode(struct window_pane *,
                      const struct window_mode *, struct cmd_find_state *,                       const struct window_mode *, struct cmd_find_state *,
                      struct args *);                       struct args *);

Legend:
Removed from v.1.862  
changed lines
  Added in v.1.863