From 14c5375cccb74db24e8b32913769e2eb3cbbc933 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Tue, 30 Mar 2021 01:24:49 +0300 Subject: [PATCH] send enter_keypad during terminal engage --- tscreen_unix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tscreen_unix.go b/tscreen_unix.go index 60bbcfda..53fcb9d3 100644 --- a/tscreen_unix.go +++ b/tscreen_unix.go @@ -49,6 +49,7 @@ func (t *tScreen) engage() error { ti := t.ti t.TPuts(ti.EnterCA) + t.TPuts(ti.EnterKeypad) t.TPuts(ti.HideCursor) t.TPuts(ti.EnableAcs) t.TPuts(ti.Clear)