Move redraw of overlapped panes into common functions.

This commit is contained in:
Nicholas Marriott
2026-05-26 11:20:28 +01:00
parent 95465ca03a
commit 57b18d8a18
3 changed files with 87 additions and 281 deletions

1
tmux.h
View File

@@ -1264,6 +1264,7 @@ struct window_pane {
int yoff;
int flags;
int saved_flags;
#define PANE_REDRAW 0x1
#define PANE_DROP 0x2
#define PANE_FOCUSED 0x4