Sync OpenBSD patchset 1062:

Break out termios initialization into a separate function, from George
Nachman.
This commit is contained in:
Tiago Cunha
2012-03-18 02:03:15 +00:00
parent bde45cdd9c
commit be4d77e60f
2 changed files with 15 additions and 7 deletions

1
tmux.h
View File

@ -1440,6 +1440,7 @@ void environ_update(const char *, struct environ *, struct environ *);
void environ_push(struct environ *);
/* tty.c */
void tty_init_termios(int, struct termios *, struct bufferevent *);
void tty_raw(struct tty *, const char *);
void tty_attributes(struct tty *, const struct grid_cell *);
void tty_reset(struct tty *);