fix normal selection after box selection

This commit is contained in:
Boris Faure 2015-02-19 23:30:28 +01:00
parent e4d357ace2
commit ca2d7846a9
1 changed files with 1 additions and 0 deletions

View File

@ -3790,6 +3790,7 @@ _handle_mouse_down_single_click(Termio *sd,
}
else
{
sd->pty->selection.is_box = ctrl;
sd->pty->selection.start.x = sd->pty->selection.end.x = cx;
sd->pty->selection.orig.x = cx;
sd->pty->selection.start.y = sd->pty->selection.end.y = cy - sd->scroll;