Improve logging of screen mode changes.

This commit is contained in:
nicm
2021-06-10 07:43:44 +00:00
parent f02a6c34e0
commit 02a6b39db7
5 changed files with 67 additions and 5 deletions

1
tmux.h
View File

@ -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;