Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
enhanced mouse tracking is not restored
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatz committed Feb 19, 2022
1 parent a4a91ff commit 31943d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tscreen.go
Expand Up @@ -948,8 +948,9 @@ func (t *tScreen) enableMouse(f MouseFlags) {
if f&MouseMotionEvents != 0 {
t.TPuts("\x1b[?1003h")
}

t.TPuts("\x1b[?1006h")
if f != 0 {
t.TPuts("\x1b[?1006h")
}
}

}
Expand Down

0 comments on commit 31943d8

Please sign in to comment.