Replies: 1 comment 1 reply
-
Have you seen the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose I have a large Table with 120 rows and 2 columns, but the screen currently is 80 rows.
Using traditional ncurses, I would break the Table into two tables, side-by-side, 80 and 40.
Under the textual approach, looking at the screen dimensions is doesn't seem right.
I'm a bit perplexed because I want the result to play well with the automatic formatting in textual.
But the only approach I can come up with involves peeking at screen height.
Would it be ok to peek at screen height? If not, can you suggest a better approach?
Beta Was this translation helpful? Give feedback.
All reactions