billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=fae338a84f94768a219031fa2fbd4987ef8a595c

commit fae338a84f94768a219031fa2fbd4987ef8a595c
Author: Boris Faure <[email protected]>
Date:   Sun Dec 1 19:07:39 2013 +0100

    typo. Closes T544
---
 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 116861b..b4ed819 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -4002,7 +4002,7 @@ termio_content_change(Evas_Object *obj, Evas_Coord x, 
Evas_Coord y,
              INT_SWAP(start_x, end_x);
           }
 
-        sel_len = end_x - start_y + ty->w * (end_y - start_y);
+        sel_len = end_x - start_x + ty->w * (end_y - start_y);
         cells_changed = &(TERMPTY_SCREEN(ty, x, y));
         cells_selection = &(TERMPTY_SCREEN(ty, start_x, start_y));
 

-- 


Reply via email to