diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-09 14:01:32 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-09 14:01:32 +0100 |
commit | 916c3787d7464f66287f83814d563ff36ff3a96a (patch) | |
tree | 047ff41d293345680f895005dad3a630cfdf1413 /tmux.h | |
parent | 9e0e860031fa4a08593cab17ea4796393b5cb149 (diff) | |
parent | 0e8710f507acda408e3daf1ad71b33997e126505 (diff) | |
download | rtmux-916c3787d7464f66287f83814d563ff36ff3a96a.tar.gz rtmux-916c3787d7464f66287f83814d563ff36ff3a96a.tar.bz2 rtmux-916c3787d7464f66287f83814d563ff36ff3a96a.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |