ironmansoftware / psedit

A terminal-based editor for PowerShell
MIT License
256 stars 18 forks source link

Most pop-up windows hide the cursor, then do not make it visible again. #51

Closed mklement0 closed 6 months ago

mklement0 commented 6 months ago

E.g., View > Errors hides the cursor, but then doesn't make it visible again on dismissing the pop-up window.

View > Syntax Errors seems to be the only exception, which not only makes a mistakenly hidden cursor visible again, but also shows it inside the pop-up window.

halvarsson commented 6 months ago

This was due to an issue in Terminal.Gui, https://github.com/gui-cs/Terminal.Gui/issues/2326

I have upgraded to 1.10.0 which contains a fix, so the cursor should now always remain visible

mklement0 commented 6 months ago

🙏