mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #94] [MERGED] fix: ensure cursor color reset in some terminals #281
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#281
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/94
Author: @KurtGokhan
Created: 8/27/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @kommander
Base:
main← Head:ensure-cursor-color-reset📝 Commits (1)
50ec3bffix: ensure cursor color reset in some terminals📊 Changes
2 files changed (+3 additions, -1 deletions)
View changed files
📝
packages/core/src/zig/ansi.zig(+2 -1)📝
packages/core/src/zig/renderer.zig(+1 -0)📄 Description
The cursor color wasn't resetting when program is terminated while an input is focused. As I see
112is the correct ANSI code for resetting cursor color, but I also kept the old code to be sure.https://github.com/user-attachments/assets/2126aeab-e503-417c-9d67-52f1359e6ffb
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.