Efl.Text.Cursor: Fix line_jump_by return logic
authora.srour <a.srour@samsung.com>
Tue, 24 Dec 2019 07:34:14 +0000 (16:34 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 25 Dec 2019 21:12:14 +0000 (06:12 +0900)
commit593ffcbbf7ff3621a174cd8408a1cf6222d59a65
treeaa5d9b2aedda747b3ce87b05c2b3991bac822599
parent36e725ebf90269c58efa25cbc00a1ca8b88079ca
Efl.Text.Cursor: Fix line_jump_by return logic

Summary:
From documentation `line_jump_by` should return `EINA_TRUE` if cursor moved, and `EINA_FALSE` if not moved.
But the current behaviour is reversed, so this should fix it.

Reviewers: ali.alzyod, segfaultxavi, woohyun

Subscribers: AbdullehGhujeh, #committers, cedric, #reviewers

Tags: #efl

Maniphest Tasks: T8454

Differential Revision: https://phab.enlightenment.org/D10946
src/lib/evas/canvas/efl_text_cursor.c
src/tests/evas/evas_test_textblock.c