mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #679] [MERGED] fix(mouse): parse all mouse sequences from batched stdin chunks #1488
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1488
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/679
Author: @simonklee
Created: 2/12/2026
Status: ✅ Merged
Merged: 2/17/2026
Merged by: @kommander
Base:
main← Head:fix-mouse-move📝 Commits (6)
0c8fdbefix(mouse): parse all mouse sequences from batched stdin chunks20e0dc9Merge branch 'main' into fix-mouse-moveae1cebaMerge branch 'main' into fix-mouse-movef86b8baMerge branch 'main' into fix-mouse-movee62aa89Merge branch 'main' into fix-mouse-moveb7b6f51Merge branch 'main' into fix-mouse-move📊 Changes
4 files changed (+439 additions, -233 deletions)
View changed files
📝
packages/core/src/lib/parse.mouse.test.ts(+119 -0)📝
packages/core/src/lib/parse.mouse.ts(+182 -87)📝
packages/core/src/renderer.ts(+137 -128)📝
packages/core/src/testing/integration.test.ts(+1 -18)📄 Description
Handle multiple mouse sequences in a single data event; previously only the first sequence was handled, dropping motion/scroll updates (including URxvt 96/97 patterns).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.