billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=ca2d7846a99ca826aa7211e5c0fb7cbbb87e394f
commit ca2d7846a99ca826aa7211e5c0fb7cbbb87e394f Author: Boris Faure <bill...@gmail.com> Date: Thu Feb 19 23:30:28 2015 +0100 fix normal selection after box selection --- src/bin/termio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/termio.c b/src/bin/termio.c index 3bb8bb6..0414ffa 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -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; --