Add new tile-pane and float-pane commands.

This commit is contained in:
Michael Grant
2026-03-30 18:01:55 -04:00
parent 8a3620e438
commit 4232bf9e2f
6 changed files with 65 additions and 2 deletions

View File

@@ -730,8 +730,7 @@ screen_redraw_draw_pane_status(struct screen_redraw_ctx *ctx)
width = size - x;
}
r = tty_check_overlay_range(&c->tty, x, yoff, width);
r = screen_redraw_get_visible_ranges(wp, x, yoff, width, r);
r = screen_redraw_get_visible_ranges(wp, x, yoff, width, NULL);
if (ctx->statustop)
yoff += ctx->statuslines;