=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1050 retrieving revision 1.1051 diff -c -r1.1050 -r1.1051 *** src/usr.bin/tmux/tmux.h 2020/05/22 11:07:05 1.1050 --- src/usr.bin/tmux/tmux.h 2020/05/24 09:13:06 1.1051 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.1050 2020/05/22 11:07:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.1051 2020/05/24 09:13:06 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1283,1289 **** u_int rleft; u_int rright; - int fd; struct event event_in; struct evbuffer *in; struct event event_out; --- 1283,1288 ---- *************** *** 2064,2070 **** void tty_putn(struct tty *, const void *, size_t, u_int); void tty_cell(struct tty *, const struct grid_cell *, const struct grid_cell *, int *); ! int tty_init(struct tty *, struct client *, int); void tty_resize(struct tty *); void tty_set_size(struct tty *, u_int, u_int, u_int, u_int); void tty_start_tty(struct tty *); --- 2063,2069 ---- void tty_putn(struct tty *, const void *, size_t, u_int); void tty_cell(struct tty *, const struct grid_cell *, const struct grid_cell *, int *); ! int tty_init(struct tty *, struct client *); void tty_resize(struct tty *); void tty_set_size(struct tty *, u_int, u_int, u_int, u_int); void tty_start_tty(struct tty *);