mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #633] strange UI based on tview #464
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#464
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 @zjkyz8 on GitHub (Aug 7, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/633
Hi guys,

I am new comer of tview, recently, I am working on a ssh bastion project.
I plan to use tview with tcell and ssh to draw a UI when user connect to ssh server, but I got a really strange ui like this:
Below is the code
Can any one figure out the reason of this strange ui?
Thank you very much for your reply
@rivo commented on GitHub (Aug 7, 2021):
Please check the FAQ, it's the only question there so far:
https://github.com/rivo/tview/wiki/FAQ
@zjkyz8 commented on GitHub (Aug 8, 2021):
Thanks very much, That work for me. :)