aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-09 14:01:32 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-09 14:01:32 +0100
commit916c3787d7464f66287f83814d563ff36ff3a96a (patch)
tree047ff41d293345680f895005dad3a630cfdf1413 /tmux.h
parent9e0e860031fa4a08593cab17ea4796393b5cb149 (diff)
parent0e8710f507acda408e3daf1ad71b33997e126505 (diff)
downloadrtmux-916c3787d7464f66287f83814d563ff36ff3a96a.tar.gz
rtmux-916c3787d7464f66287f83814d563ff36ff3a96a.tar.bz2
rtmux-916c3787d7464f66287f83814d563ff36ff3a96a.zip
Merge branch 'obsd-master'
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 bce4f472..b3b7ace0 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1997,6 +1997,7 @@ int tty_init(struct tty *, struct client *, int, char *);
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 *);
+void tty_send_requests(struct tty *);
void tty_stop_tty(struct tty *);
void tty_set_title(struct tty *, const char *);
void tty_update_mode(struct tty *, int, struct screen *);