Closed En3Tho closed 3 years ago
@tig @TylerLeonhardt Can you please take a look?
I've updated pwsh to 7.1.1 manually (no such version in apt-get), problem remains
This is a different thing, isn't it? Those characters look like xterm-encoded mouse positions. It looks like OCGV is leaving mouse mode enabled.
The issue you linked, 12268, is about the encoding for the keyboard arrow keys (the up/down/left/right cluster.)
Screenshot_2021-01-23-16-10-08-621_tech.ula.jpg No such behaviour on Android via UserLAnd (Ubuntu) Tested it just for the fun of it. Thanks, @tig
@En3Tho can you run this line and see if you still see the behavior?:
Write-Host "`e[?1003l"
This will turn of Mouse Tracking as described here: https://www.xfree86.org/current/ctlseqs.html#Mouse%20Tracking
If this works for you, we can add emitting this here: https://github.com/PowerShell/GraphicalTools/blob/master/src/Microsoft.PowerShell.ConsoleGuiTools/ConsoleGui.cs#L329
@TylerLeonhardt It works. Thanks!
opened a small PR to fix this: https://github.com/PowerShell/GraphicalTools/pull/135