billiob pushed a commit to branch master.

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

commit 9b6bed8033d1c7dc0c0b70208fb26d534729e508
Author: Boris Faure <bill...@gmail.com>
Date:   Mon Dec 5 22:13:54 2016 +0100

    termpty: fix dead code and remove debugging code. CID1366815
---
 src/bin/termpty.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index c1225b9..57398fb 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -955,11 +955,7 @@ _termpty_cellrow_from_beacon_get(Termpty *ty, int 
requested_y, ssize_t *wret)
              return &ts->cells[delta * ty->w];
           }
         backlog_y++;
-     }
-     {
-        ty->backlog_beacon.screen_y = screen_y;
-        ty->backlog_beacon.backlog_y = backlog_y;
-        verify_beacon(ty, 1);
+        first_loop = EINA_FALSE;
      }
    /* else, going downward */
    while (requested_y <= screen_y)

-- 


Reply via email to