diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-08-18 19:02:39 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-08-18 19:02:39 +0100 |
commit | 522d751eee82b45dd508951c713ee9eba9de76ae (patch) | |
tree | 4dbb266fed907e67305fe249bc331606772ff033 /tmux.h | |
parent | af679326b207eb36fb84814a28760fc2e582c2b4 (diff) | |
parent | 3bc08b0dc0c9868ba5acaa7b8f12159a9a66cf4a (diff) | |
download | rtmux-522d751eee82b45dd508951c713ee9eba9de76ae.tar.gz rtmux-522d751eee82b45dd508951c713ee9eba9de76ae.tar.bz2 rtmux-522d751eee82b45dd508951c713ee9eba9de76ae.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |