Terminal.Gui: Mouse click on Menu is not working on linux terminals
I have tried running my program on Ubuntu 20.04 (WSL2) and the latest Arch Linux version, and on both machines, MessageBox.Query does not work. The expected message box never appears, do you know what could be done to fix this ?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15
Commits related to this issue
- Fixes #976. Mouse prints sequence characters on the terminal and the screen is not fully cleared. Only for netcoreapp3.1. — committed to BDisp/Terminal.Gui by BDisp 4 years ago
- Merge pull request #982 from BDisp/unix-mouse-sc-clear-screen-fix Fixes #976. Mouse prints sequence characters on the terminal and the screen is not fully cleared. Only for netcoreapp3.1. — committed to gui-cs/Terminal.Gui by tig 4 years ago
I will submit a PR that fix both issues but only work with
netcoreapp3.1and not withNet5.0.