summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-06-10 07:43:44 +0000
committernicm <nicm>2021-06-10 07:43:44 +0000
commit02a6b39db73e55f9f30d46106c378ed4c70cb02b (patch)
tree2153f7d7ff192619cca4e74e8f96f000ed40372d /tmux.h
parentf02a6c34e0e8bf2c50ee1dfe9cfacf54370a1405 (diff)
Improve logging of screen mode changes.
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 02dcdad0..fbe19136 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2749,6 +2749,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;