mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #901] Split terminal view in two-page layout #655
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#655
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 @bphd on GitHub (Oct 19, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/901
@bphd commented on GitHub (Oct 21, 2023):
it's about split terminal view in two-page layout. Like it would be great for tiny screen to see the output on two-page layout, like two pages side by side, to we can see more on one screen. Because otherwise the screen have to be in portrait to display all its length
@rivo commented on GitHub (Oct 21, 2023):
Check out the
Flexcomponent. This will allow you to place two widgets side by side. Same with theGridcomponent.If you simply want to display text, you can use
TextViewfor that.