mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[PR #126] [MERGED] Refactored semigraphics and configurable borders #860
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#860
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/126
Author: @benweidig
Created: 5/26/2018
Status: ✅ Merged
Merged: 6/15/2018
Merged by: @rivo
Base:
master← Head:fix_borders📝 Commits (7)
76fdcb4fix borders and add unicode comment2e0f146refactored semigraphics29553e5added configurable borders06dd160replaced old borders code with new configurable bordersb6cd5e5added comment to semigraphic related codee8c92a7Added visualization to SemigraphicJoints7ad390eRemoved deprecated funcs/const related to semigraphic changes📊 Changes
7 files changed (+383 additions, -152 deletions)
View changed files
➕
borders.go(+45 -0)📝
box.go(+17 -17)📝
demos/presentation/table.go(+2 -2)📝
grid.go(+8 -8)➕
semigraphics.go(+296 -0)📝
table.go(+15 -15)📝
util.go(+0 -110)📄 Description
Fixing horizontal/vertical in box.go, added comments to border runes for better visualization
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.