reset now resets mouse. Ref T725

This commit is contained in:
Boris Faure 2014-03-05 22:43:31 +01:00
parent f47eb5e410
commit 2705680ea4
1 changed files with 2 additions and 0 deletions

View File

@ -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