[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.976 and 1.977

version 1.976, 2020/04/08 11:26:07 version 1.977, 2020/04/09 12:16:16
Line 1995 
Line 1995 
 void    tty_resize(struct tty *);  void    tty_resize(struct tty *);
 void    tty_set_size(struct tty *, u_int, u_int, u_int, u_int);  void    tty_set_size(struct tty *, u_int, u_int, u_int, u_int);
 void    tty_start_tty(struct tty *);  void    tty_start_tty(struct tty *);
   void    tty_send_requests(struct tty *);
 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 *);

Legend:
Removed from v.1.976  
changed lines
  Added in v.1.977