mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #778] Rendering magic #570
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#570
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 @eighty4 on GitHub (Dec 11, 2022).
Original GitHub issue: https://github.com/rivo/tview/issues/778
I took a glance at the codebase and couldn't find how ANSI or VT100 is used to render terminal window size aware interfaces.
I've read that this can be done by doing a resize to 99 lines and 999 columns and then getting the size of the terminal?
I couldn't find these vt100 escape sequences in your codebase so I'm still stumped (but still searching).
Thanks!
@rivo commented on GitHub (Dec 12, 2022):
You'll want to ask @gdamore about this.
tviewusestcellwhich does all the heavy lifting regarding terminals and ANSI sequences.Since I can't help you with this inquiry, I'll close this issue.