diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-03-17 21:27:51 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-03-17 21:27:51 +0000 |
commit | 889fe42e1153ada95d73e5f9983d1a9d671837a1 (patch) | |
tree | 79a88790858451de5304a9d29c2489d94e80cd55 /tmux.h | |
parent | 164e85cca75d5f7a6f36c286f597e03d08c90c2a (diff) | |
download | rtmux-889fe42e1153ada95d73e5f9983d1a9d671837a1.tar.gz rtmux-889fe42e1153ada95d73e5f9983d1a9d671837a1.tar.bz2 rtmux-889fe42e1153ada95d73e5f9983d1a9d671837a1.zip |
Break out termios initialization into a separate function, from George
Nachman.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |