mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-22 21:31:16 +01: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