[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.1050 and 1.1051

version 1.1050, 2020/05/22 11:07:05 version 1.1051, 2020/05/24 09:13:06
Line 1283 
Line 1283 
         u_int            rleft;          u_int            rleft;
         u_int            rright;          u_int            rright;
   
         int              fd;  
         struct event     event_in;          struct event     event_in;
         struct evbuffer *in;          struct evbuffer *in;
         struct event     event_out;          struct event     event_out;
Line 2064 
Line 2063 
 void    tty_putn(struct tty *, const void *, size_t, u_int);  void    tty_putn(struct tty *, const void *, size_t, u_int);
 void    tty_cell(struct tty *, const struct grid_cell *,  void    tty_cell(struct tty *, const struct grid_cell *,
             const struct grid_cell *, int *);              const struct grid_cell *, int *);
 int     tty_init(struct tty *, struct client *, int);  int     tty_init(struct tty *, struct client *);
 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 *);

Legend:
Removed from v.1.1050  
changed lines
  Added in v.1.1051