From 6c750c660c9bef130e4e2fc19926905c91910849 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Thu, 1 Jun 2017 21:34:01 +0200 Subject: [PATCH] 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 4edc0c74..dfb37083 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';