Add a function to convert a screen to a string, from Michael Grant.

This commit is contained in:
nicm
2026-01-20 16:32:05 +00:00
parent 9c0aeaff40
commit ab1f2ef71c
2 changed files with 72 additions and 0 deletions

1
tmux.h
View File

@@ -3176,6 +3176,7 @@ void screen_select_cell(struct screen *, 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);
const char *screen_print(struct screen *);
/* window.c */
extern struct windows windows;