billiob pushed a commit to branch master.

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

commit b35c7cd539af1bd4b0895da3db749ed09148c686
Author: Boris Faure <bill...@gmail.com>
Date:   Tue Jul 11 22:01:31 2017 +0200

    termptyesc: add missing break. CID1377552
---
 src/bin/termptyesc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index 7b5f847..ee63dfa 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -369,6 +369,7 @@ _handle_esc_csi_reset_mode(Termpty *ty, Eina_Unicode cc, 
Eina_Unicode *b)
                              ty->termstate.left_margin = 0;
                              ty->termstate.right_margin = 0;
                           }
+                        break;
                      case 1000:
                         if (mode) ty->mouse_mode = MOUSE_NORMAL;
                         else ty->mouse_mode = MOUSE_OFF;

-- 


Reply via email to