billiob pushed a commit to branch master.

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

commit 6c750c660c9bef130e4e2fc19926905c91910849
Author: Boris Faure <bill...@gmail.com>
Date:   Thu Jun 1 21:34:01 2017 +0200

    termpty: on reset, no longer restrict cursor
---
 src/bin/termptyops.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/termptyops.c b/src/bin/termptyops.c
index 4edc0c7..dfb3708 100644
--- a/src/bin/termptyops.c
+++ b/src/bin/termptyops.c
@@ -401,6 +401,7 @@ termpty_reset_state(Termpty *ty)
    ty->termstate.bottom_margin = 0;
    ty->termstate.had_cr_x = 0;
    ty->termstate.had_cr_y = 0;
+   ty->termstate.restrict_cursor = 0;
    termpty_reset_att(&(ty->termstate.att));
    ty->termstate.charset = 0;
    ty->termstate.charsetch = 'B';

-- 


Reply via email to