Skip to content

Conversation

@TylerLeonhardt
Copy link
Member

fixes #134


// Similar to the fix above this, this turns of Mouse Tracking as described here:
// https://www.xfree86.org/current/ctlseqs.html#Mouse%20Tracking
Console.Write("\u001b[?1003l");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason to do it in two packets instead of one?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point. Combined them into one Console.Write

@TylerLeonhardt TylerLeonhardt merged commit 1afe52e into master Mar 4, 2021
@TylerLeonhardt TylerLeonhardt deleted the disable-mouse-tracking-when-ocgv-closes branch March 4, 2021 15:30
tig pushed a commit to tig/GraphicalTools that referenced this pull request Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Linux] [Ubuntu 20.04] Leaving OCGV causes mouse move to print characters to console

4 participants