mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[PR #759] [MERGED] Publishing the new TextArea primitive #1039
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#1039
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/rivo/tview/pull/759
Author: @rivo
Created: 9/3/2022
Status: ✅ Merged
Merged: 9/3/2022
Merged by: @rivo
Base:
master← Head:textarea📝 Commits (10+)
566470eSome basic TextArea code.1e4803bUpdated TextArea specification with more keyboard events.6537221Merge conflict resolved.ac1f564Implemented basic text area printing.4810fa9TextArea bugfixes. Also started definining the cursor.c9d192dShowing cursor.cd99ea8Basic navigation.e6d82acTrying to wrap up basic navigation.58883bcResolved merge conflict.dac4ab9Merge branch 'master' into textarea📊 Changes
21 files changed (+2554 additions, -170 deletions)
View changed files
📝
README.md(+1 -0)📝
box.go(+3 -3)📝
button.go(+3 -1)📝
checkbox.go(+10 -6)➕
demos/textarea/README.md(+1 -0)➕
demos/textarea/main.go(+133 -0)➕
demos/textarea/screenshot.png(+0 -0)📝
doc.go(+79 -80)📝
form.go(+2 -2)📝
frame.go(+37 -7)📝
go.mod(+1 -1)📝
go.sum(+2 -1)📝
grid.go(+13 -12)📝
inputfield.go(+20 -16)📝
list.go(+1 -1)📝
modal.go(+1 -1)📝
table.go(+8 -6)➕
textarea.go(+2195 -0)📝
textview.go(+25 -18)📝
treeview.go(+5 -3)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.