Add function screen_redraw_get_visual_ranges to figure out what parts of floating panes obscure a target pane being redrawn.

This commit is contained in:
Michael Grant
2025-10-06 22:19:25 +01:00
parent 968f439672
commit 7634daa834
2 changed files with 80 additions and 1 deletions

1
tmux.h
View File

@@ -1175,6 +1175,7 @@ struct window_pane {
#define PANE_UNSEENCHANGES 0x4000
#define PANE_REDRAWSCROLLBAR 0x8000
#define PANE_FLOATING 0x10000
#define PANE_MINIMISED 0x20000
u_int sb_slider_y;
u_int sb_slider_h;