diff options
-rw-r--r-- | src/bin/termio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
3152 | 3152 | ||
3153 | sd = evas_object_smart_data_get(obj); | 3153 | sd = evas_object_smart_data_get(obj); |
3154 | 3154 | ||
3155 | if ((sd->top_left) || (sd->bottom_right)) | 3155 | if ((sd->top_left) || (sd->bottom_right) || (sd->pty->selection.is_box)) |
3156 | return; | 3156 | return; |
3157 | 3157 | ||
3158 | termpty_cellcomp_freeze(sd->pty); | 3158 | termpty_cellcomp_freeze(sd->pty); |