fix(main/ncurses): roll back to last version without mouseinterval(0) bug#28377
Merged
robertkirkman merged 1 commit intotermux:masterfrom Feb 8, 2026
Merged
fix(main/ncurses): roll back to last version without mouseinterval(0) bug#28377robertkirkman merged 1 commit intotermux:masterfrom
mouseinterval(0) bug#28377robertkirkman merged 1 commit intotermux:masterfrom
Conversation
…)` bug - Fixes termux#28372 - Partially reverts termux#28192 - Rolls back to last commit before ThomasDickey/ncurses-snapshots@04b97b0, which causes `Bad mouse event` when the screen of the Termux App is touched 6 times in a row while using the test problem linked in the issue.
fornwall
added a commit
that referenced
this pull request
Mar 11, 2026
- Fixes #28372 - It was an underlying ncurses bug, fixed in 6.6-20260301: https://lists.gnu.org/archive/html/bug-ncurses/2026-03/msg00000.html - Reverts the "really" construction introduced temporarily in #28377
TomJo2000
pushed a commit
that referenced
this pull request
Mar 28, 2026
- Fixes #28372 - It was an underlying ncurses bug, fixed in 6.6-20260301: https://lists.gnu.org/archive/html/bug-ncurses/2026-03/msg00000.html - Reverts the "really" construction introduced temporarily in #28377
TomJo2000
pushed a commit
that referenced
this pull request
Mar 28, 2026
- Fixes #28372 - It was an underlying ncurses bug, fixed in 6.6-20260301: https://lists.gnu.org/archive/html/bug-ncurses/2026-03/msg00000.html - Reverts the "really" construction introduced temporarily in #28377
termux-pacman-bot
added a commit
to termux-pacman/termux-packages
that referenced
this pull request
Mar 28, 2026
- Fixes termux/termux-packages#28372 - It was an underlying ncurses bug, fixed in 6.6-20260301: https://lists.gnu.org/archive/html/bug-ncurses/2026-03/msg00000.html - Reverts the "really" construction introduced temporarily in termux/termux-packages#28377
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes [Bug]: Ncurses apps with mouse\touch-events using
mouseinterval(0)\"disabled click resolution" malfunction since bump(main/ncurses): 6.6.20260124 #28372Partially reverts bump(main/ncurses): 6.6.20260124 #28192
Rolls back to last commit before ThomasDickey/ncurses-snapshots@04b97b0, which causes
Bad mouse eventwhen the screen of the Termux App is touched 6 times in a row while using the test problem linked in the issue.