Break out termios initialization into a separate function, from George

Nachman.
This commit is contained in:
Nicholas Marriott
2012-03-17 21:27:51 +00:00
parent 164e85cca7
commit 889fe42e11
2 changed files with 15 additions and 7 deletions

1
tmux.h
View File

@ -1444,6 +1444,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 *);