diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-30 20:14:10 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-30 20:14:10 +0100 |
commit | 2e7ec8c0b91dc51e6e22b2f55cc4511610044673 (patch) | |
tree | 176087486c8509c694826eb429ecf110b6efcdb5 /tmux.h | |
parent | 32c97a7f2f12a6689b8ffc5596484860ac8fbbec (diff) | |
download | rtmux-2e7ec8c0b91dc51e6e22b2f55cc4511610044673.tar.gz rtmux-2e7ec8c0b91dc51e6e22b2f55cc4511610044673.tar.bz2 rtmux-2e7ec8c0b91dc51e6e22b2f55cc4511610044673.zip |
Improve logging of screen mode changes.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2750,6 +2750,7 @@ void screen_select_cell(struct screen *, struct grid_cell *, const struct grid_cell *); void screen_alternate_on(struct screen *, struct grid_cell *, int); void screen_alternate_off(struct screen *, struct grid_cell *, int); +const char *screen_mode_to_string(int); /* window.c */ extern struct windows windows; |