mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add a "fast" version of screen_write_copy for tree mode that doesn't do
all the checks and selection and marking stuff needed for copy mode.
This commit is contained in:
3
status.c
3
status.c
@ -508,8 +508,7 @@ draw:
|
||||
/* Copy the window list. */
|
||||
c->wlmouse = -wloffset + wlstart;
|
||||
screen_write_cursormove(&ctx, wloffset, 0);
|
||||
screen_write_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1, NULL,
|
||||
NULL);
|
||||
screen_write_fast_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1);
|
||||
screen_free(&window_list);
|
||||
|
||||
screen_write_stop(&ctx);
|
||||
|
Reference in New Issue
Block a user