mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[GH-ISSUE #257] InputRenderable: cannot disable cursor blink #68
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#68
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?
Originally created by @cwegener on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/257
InputRenderableforces a hard-coded cursor shape of "Blinking Block":github.com/sst/opentui@22b4886752/packages/core/src/renderables/Input.ts (L101)and the shape is not configurable.
This causes a problem: 1
Application developers who use
opentuishould be able to give their application users the option to disable cursor blinking.https://jurta.org/en/prog/noblink ↩︎
@kommander commented on GitHub (Nov 3, 2025):
lol, yeah makes sense.
@kommander commented on GitHub (Nov 3, 2025):
Btw. the InputRenderable will probably be deprecated in favor of the Textarea.