billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=5a9dcf1ed3d0f5c81d1f0d164e1cd2865ea4ab2a
commit 5a9dcf1ed3d0f5c81d1f0d164e1cd2865ea4ab2a Author: Boris Faure <[email protected]> Date: Fri Feb 6 21:36:15 2015 +0100 do not apply extend fix when selection is box --- src/bin/termio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/termio.c b/src/bin/termio.c index df56a3a..21d2f22 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -3152,7 +3152,7 @@ _selection_newline_extend_fix(Evas_Object *obj) sd = evas_object_smart_data_get(obj); - if ((sd->top_left) || (sd->bottom_right)) + if ((sd->top_left) || (sd->bottom_right) || (sd->pty->selection.is_box)) return; termpty_cellcomp_freeze(sd->pty); --
