billiob pushed a commit to branch master.

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

commit defca7b58b691bd7eb7064e63e4720baa7458a89
Author: Boris Faure <[email protected]>
Date:   Wed Jan 22 22:52:27 2014 +0100

    remove dead code: CID 1100658
---
 src/bin/termptyesc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index 9f7de34..ec5a33c 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -427,7 +427,6 @@ _handle_esc_csi(Termpty *ty, const Eina_Unicode *c, 
Eina_Unicode *ce)
              arg = _csi_arg_get(&b);
              if (arg < 1) arg = 1;
              arg--;
-             if (arg < 0) arg = 0;
              else if (arg >= ty->h) arg = ty->h - 1;
              if (b)
                {

-- 


Reply via email to