mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-25 11:54:04 +00:00
Redraw after starting selection to correctly remove any existing selection.
This commit is contained in:
parent
895171478f
commit
ba84ddcf8e
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue