mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #856] cursor displayed as q #623
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#623
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 @schieberegister on GitHub (Jun 5, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/856
Hi :),
I am trying to use a tview generated form on our Debian 9 legacy systems (default tty-terminal). Functionally, it works perfect.
Optically, I am encountering a problem with the cursor and whitespace areas, which are somehow displayed as the letter q.
To rule out problems in my code, I tried the forms demo, which displays the same behavior as seen below.
Can you please help me or have any suggestions on how to further debug this?
Thank you very much.
@schieberegister commented on GitHub (Jun 6, 2023):
Hi guys,
The issue mentioned above somehow revolves around how the terminfo/cursor (LookupTerminfo) is handled in newer versions of tview and tcell. As we don't use newer features of both packages, I was able to fix it by appending the below lines to the go.mod file of my project to downgrade to previous versions.