typo. Closes T544

This commit is contained in:
Boris Faure 2013-12-01 19:07:39 +01:00
parent 185249b6bd
commit fae338a84f
1 changed files with 1 additions and 1 deletions

View File

@ -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));