Improve logging of screen mode changes.

This commit is contained in:
Nicholas Marriott
2021-04-30 20:14:10 +01:00
parent 32c97a7f2f
commit 2e7ec8c0b9
5 changed files with 67 additions and 5 deletions

1
tmux.h
View File

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