aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2018-08-18 16:14:03 +0000
committernicm <nicm>2018-08-18 16:14:03 +0000
commit3bc08b0dc0c9868ba5acaa7b8f12159a9a66cf4a (patch)
tree3a6a270c50d1284f24b1ad71f1051586af2d466c /tmux.h
parenta9ffb56b65bca68bc3f31d1ed9b6765ae4e523b9 (diff)
downloadrtmux-3bc08b0dc0c9868ba5acaa7b8f12159a9a66cf4a.tar.gz
rtmux-3bc08b0dc0c9868ba5acaa7b8f12159a9a66cf4a.tar.bz2
rtmux-3bc08b0dc0c9868ba5acaa7b8f12159a9a66cf4a.zip
Some tidying and helper functions.
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 a612fa46..711b3ec6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1638,6 +1638,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 *);