Fix stop-selection, from Avi Halachmi.

pull/1674/head
nicm 2019-03-27 13:25:11 +00:00
parent 9f8d193b11
commit c1f0918f8a
1 changed files with 1 additions and 0 deletions

View File

@ -637,6 +637,7 @@ window_copy_cmd_stop_selection(struct window_copy_cmd_state *cs)
struct window_copy_mode_data *data = wme->data;
data->cursordrag = CURSORDRAG_NONE;
data->lineflag = LINE_SEL_NONE;
return (WINDOW_COPY_CMD_NOTHING);
}