Skip to content

Commit

Permalink
send enter_keypad during terminal engage
Browse files Browse the repository at this point in the history
  • Loading branch information
gokcehan authored and gdamore committed Apr 18, 2021
1 parent d003d0a commit 14c5375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tscreen_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 14c5375

Please sign in to comment.