billiob pushed a commit to branch master.

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

commit 2705680ea4fd3a4b619818ae12c3985af978fe7b
Author: Boris Faure <[email protected]>
Date:   Wed Mar 5 22:43:31 2014 +0100

    reset now resets mouse. Ref T725
---
 src/bin/termptyops.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/termptyops.c b/src/bin/termptyops.c
index dfed4a6..35e2242 100644
--- a/src/bin/termptyops.c
+++ b/src/bin/termptyops.c
@@ -388,6 +388,8 @@ _termpty_reset_state(Termpty *ty)
    ty->state.crlf = 0;
    ty->state.had_cr = 0;
    ty->state.bracketed_paste = 0;
+   ty->mouse_mode = MOUSE_OFF;
+   ty->mouse_ext = MOUSE_EXT_NONE;
 }
 
 void

-- 


Reply via email to