Support Mouse Vanish (Hide pointer while typing) #5699
Labels
Area-TerminalControl
Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)
Help Wanted
We encourage anyone to jump in on these.
Issue-Task
It's a feature request, but it doesn't really need a major design.
Priority-2
A description (P2)
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
If the pointer is over the terminal window then hide it on any non-control keydown event, and restore it on the next mousemove event. But only when
SystemParametersInfo(SPI_GETMOUSEVANISH) == true
.The text was updated successfully, but these errors were encountered: