[GH-ISSUE #901] Split terminal view in two-page layout #655

Closed
opened 2026-03-04 01:06:48 +03:00 by kerem · 2 comments
Owner

Originally created by @bphd on GitHub (Oct 19, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/901

Originally created by @bphd on GitHub (Oct 19, 2023). Original GitHub issue: https://github.com/rivo/tview/issues/901
kerem closed this issue 2026-03-04 01:06:48 +03:00
Author
Owner

@bphd commented on GitHub (Oct 21, 2023):

@bphd I assume you got to filling in the subject of the issue, and just hit submit because you assumed that people will know what you are asking...

but we dont

please elaborate, code, specifics, cute hand made drawings?

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

<!-- gh-comment-id:1773703564 --> @bphd commented on GitHub (Oct 21, 2023): > @bphd I assume you got to filling in the subject of the issue, and just hit submit because you assumed that people will know what you are asking... > > but we dont > > please elaborate, code, specifics, cute hand made drawings? 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
Author
Owner

@rivo commented on GitHub (Oct 21, 2023):

Check out the Flex component. This will allow you to place two widgets side by side. Same with the Grid component.

If you simply want to display text, you can use TextView for that.

<!-- gh-comment-id:1773849838 --> @rivo commented on GitHub (Oct 21, 2023): Check out the [`Flex`](https://pkg.go.dev/github.com/rivo/tview#Flex) component. This will allow you to place two widgets side by side. Same with the [`Grid`](https://pkg.go.dev/github.com/rivo/tview#Grid) component. If you simply want to display text, you can use [`TextView`](https://pkg.go.dev/github.com/rivo/tview#TextView) for that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#655
No description provided.