tview icon indicating copy to clipboard operation
tview copied to clipboard

Split terminal view in two-page layout

Open bphd opened this issue 1 year ago • 3 comments

bphd avatar Oct 19 '23 09:10 bphd

@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?

digitallyserviced avatar Oct 20 '23 08:10 digitallyserviced

@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

bphd avatar Oct 21 '23 07:10 bphd

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.

rivo avatar Oct 21 '23 16:10 rivo