diff options
author | nicm <nicm> | 2018-08-18 16:14:03 +0000 |
---|---|---|
committer | nicm <nicm> | 2018-08-18 16:14:03 +0000 |
commit | 3bc08b0dc0c9868ba5acaa7b8f12159a9a66cf4a (patch) | |
tree | 3a6a270c50d1284f24b1ad71f1051586af2d466c /tmux.h | |
parent | a9ffb56b65bca68bc3f31d1ed9b6765ae4e523b9 (diff) | |
download | rtmux-3bc08b0dc0c9868ba5acaa7b8f12159a9a66cf4a.tar.gz rtmux-3bc08b0dc0c9868ba5acaa7b8f12159a9a66cf4a.tar.bz2 rtmux-3bc08b0dc0c9868ba5acaa7b8f12159a9a66cf4a.zip |
Some tidying and helper functions.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |