mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #558] [MERGED] Feat/select all textarea #1397
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#1397
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/558
Author: @danolekh
Created: 1/20/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @kommander
Base:
main← Head:feat/select-all-textarea📝 Commits (8)
ea7420dfeat: select all for textareas1ef5f3dfeat: arrow left/right behaviour with selectionsc7b96bfhandle left-to-right and right-to-left selection differently for move cursor rightd64ac66chore: add test for selection change on textarea viewport change (#549)722befcMerge branch 'main' into feat/select-all-textaread36cd92fix(core): selection changes on textarea viewport change (after keyboard selection)2924e2cupdate textarea error handling test33cdf58refactor: rm redundant onSelectionChanged call, add finishDragging opt📊 Changes
10 files changed (+134 additions, -34 deletions)
View changed files
📝
packages/core/src/console.test.ts(+5 -5)📝
packages/core/src/console.ts(+6 -6)📝
packages/core/src/lib/selection.ts(+5 -5)📝
packages/core/src/renderables/EditBufferRenderable.ts(+2 -2)📝
packages/core/src/renderables/ScrollBox.ts(+2 -2)📝
packages/core/src/renderables/Textarea.ts(+41 -0)📝
packages/core/src/renderables/__tests__/Textarea.error-handling.test.ts(+1 -1)📝
packages/core/src/renderables/__tests__/Textarea.selection.test.ts(+45 -0)📝
packages/core/src/renderer.ts(+21 -12)📝
packages/core/src/types.ts(+6 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.