Skip to content

fix(mouse): parse all mouse sequences from batched stdin chunks#679

Open
simonklee wants to merge 5 commits intomainfrom
fix-mouse-move
Open

fix(mouse): parse all mouse sequences from batched stdin chunks#679
simonklee wants to merge 5 commits intomainfrom
fix-mouse-move

Conversation

@simonklee
Copy link
Collaborator

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).

Terminals can emit multiple mouse CSI sequences in a single data event;
previously only the first sequence was handled, dropping motion/scroll updates
(including URxvt 96/97 patterns).
@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 12, 2026

@opentui/core

npm i https://pkg.pr.new/anomalyco/opentui/@opentui/core@e62aa89

@opentui/react

npm i https://pkg.pr.new/anomalyco/opentui/@opentui/react@e62aa89

@opentui/solid

npm i https://pkg.pr.new/anomalyco/opentui/@opentui/solid@e62aa89

@opentui/core-darwin-arm64

npm i https://pkg.pr.new/anomalyco/opentui/@opentui/core-darwin-arm64@e62aa89

@opentui/core-darwin-x64

npm i https://pkg.pr.new/anomalyco/opentui/@opentui/core-darwin-x64@e62aa89

@opentui/core-linux-arm64

npm i https://pkg.pr.new/anomalyco/opentui/@opentui/core-linux-arm64@e62aa89

@opentui/core-linux-x64

npm i https://pkg.pr.new/anomalyco/opentui/@opentui/core-linux-x64@e62aa89

@opentui/core-win32-arm64

npm i https://pkg.pr.new/anomalyco/opentui/@opentui/core-win32-arm64@e62aa89

@opentui/core-win32-x64

npm i https://pkg.pr.new/anomalyco/opentui/@opentui/core-win32-x64@e62aa89

commit: e62aa89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants