aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-08-18 19:02:39 +0100
committerThomas Adam <thomas@xteddy.org>2018-08-18 19:02:39 +0100
commit522d751eee82b45dd508951c713ee9eba9de76ae (patch)
tree4dbb266fed907e67305fe249bc331606772ff033 /tmux.h
parentaf679326b207eb36fb84814a28760fc2e582c2b4 (diff)
parent3bc08b0dc0c9868ba5acaa7b8f12159a9a66cf4a (diff)
downloadrtmux-522d751eee82b45dd508951c713ee9eba9de76ae.tar.gz
rtmux-522d751eee82b45dd508951c713ee9eba9de76ae.tar.bz2
rtmux-522d751eee82b45dd508951c713ee9eba9de76ae.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 77285a8d..a7a74eb4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1642,6 +1642,7 @@ struct environ *environ_for_session(struct session *, int);
/* tty.c */
void tty_create_log(void);
+u_int tty_status_lines(struct client *);
void tty_raw(struct tty *, const char *);
void tty_attributes(struct tty *, const struct grid_cell *,
const struct window_pane *);