mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #434] bug: e.shift is false when press Shift+Enter in textarea #110
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#110
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 @nanokind on GitHub (Dec 20, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/434
press Shift+D in textarea,
e.shift=trueBut when pressing Shift+Enter, the current behavior is
e.shift = false, the expected behavior ise.shift = trueHere is the code snippet to reproduce this
@kommander commented on GitHub (Dec 20, 2025):
That is a widespread issue with terminals. What terminal are you using on what OS and with or without tmux?
@nanokind commented on GitHub (Dec 20, 2025):
@kommander I'm using Warp in MacOS 15.5 without tmux
@nanokind commented on GitHub (Dec 20, 2025):
I also tried the builtin terminal in MacOS, and this issue exists as well