mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #1022] ANSI Escape Sequences #739
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#739
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 @mgale on GitHub (Sep 6, 2024).
Original GitHub issue: https://github.com/rivo/tview/issues/1022
Hello,
After reading the below issues with looks like the handling of ansi escape control sequences is not currently supported, can you confirm if that is the case still?
https://github.com/rivo/tview/issues/24
https://github.com/rivo/tview/issues/568
https://github.com/rivo/tview/issues/746
Do you think the following approach could work?
I have an incoming bytes stream that I was writing directly to a textview but instead I can try:
Thanks
@rivo commented on GitHub (Sep 7, 2024):
Apart from the ability to translate some common ANSI sequences into style tags, yes, this is still the case. Running an interactive application inside another application is the domain of utilities such as
sceenortmuxand (currently) out of scope fortview.Sure you can try that. I'm not familiar, however, with all the different ANSI sequences so I don't know if you'll be able to map them all to a
TextView.