Save and restore images in alternate screen, GitHub issue 3732.

This commit is contained in:
Nicholas Marriott
2025-11-12 07:49:17 +00:00
parent 33cfe8b809
commit c77d49f67e
2 changed files with 11 additions and 0 deletions

1
tmux.h
View File

@@ -984,6 +984,7 @@ struct screen {
#ifdef ENABLE_SIXEL
struct images images;
struct images saved_images;
#endif
struct screen_write_cline *write_list;