mirror of
https://github.com/tmux/tmux.git
synced 2025-03-22 12:58:48 +00:00
Redraw after starting selection to correctly remove any existing selection.
This commit is contained in:
parent
895171478f
commit
ba84ddcf8e
@ -194,6 +194,7 @@ window_copy_key(struct window_pane *wp, struct client *c, int key)
|
||||
break;
|
||||
case MODEKEYCMD_STARTSELECTION:
|
||||
window_copy_start_selection(wp);
|
||||
window_copy_redraw_screen(wp);
|
||||
break;
|
||||
case MODEKEYCMD_CLEARSELECTION:
|
||||
screen_clear_selection(&data->screen);
|
||||
|
Loading…
Reference in New Issue
Block a user