aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-03-18 02:03:15 +0000
committerTiago Cunha <tcunha@gmx.com>2012-03-18 02:03:15 +0000
commitbe4d77e60fda649fea4efb34a4e0aad143cff0c1 (patch)
tree22674e40b127514ce284c5dffa3ee877c41066a4 /tmux.h
parentbde45cdd9ca49f0e540ba1d43d0ab312a0a7f77f (diff)
downloadrtmux-be4d77e60fda649fea4efb34a4e0aad143cff0c1.tar.gz
rtmux-be4d77e60fda649fea4efb34a4e0aad143cff0c1.tar.bz2
rtmux-be4d77e60fda649fea4efb34a4e0aad143cff0c1.zip
Sync OpenBSD patchset 1062:
Break out termios initialization into a separate function, from George Nachman.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 744cd2c5..db59392c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);