Add scrollbar draw.

This commit is contained in:
Nicholas Marriott
2026-06-16 17:02:44 +01:00
parent 0f571a7ed5
commit cd755fa4b2
2 changed files with 69 additions and 5 deletions

View File

@@ -318,6 +318,7 @@ cmd_capture_pane_exec(struct cmd *self, struct cmdq_item *item)
grid_clear_history(wp->base.grid);
if (args_has(args, 'H'))
screen_reset_hyperlinks(wp->screen);
server_redraw_window(wp->window);
return (CMD_RETURN_NORMAL);
}