mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Improve logging of screen mode changes.
This commit is contained in:
1
tmux.h
1
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;
|
||||
|
Reference in New Issue
Block a user