mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #495] ANSI bright not respected when a color follows #359
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#359
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 @tculp on GitHub (Sep 3, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/495
echo -e "\033[01;31mhi"Produces bright/bold red text, butecho -e "\033[01;31mhi" | go run ansi.godoes not show bright red text, just regular red text.This is using the code provided on the ANSI wiki page: https://github.com/rivo/tview/wiki/ANSI.
Interestingly, faint text shows up as expected:
echo -e "\033[02;31mhi" | go run ansi.go@rivo commented on GitHub (Oct 18, 2020):
I can't reproduce this. Maybe this is because I'm using the new
tcellversion, to whichtviewwas just upgraded. Or you're on a different terminal that's handling colours differently in different contexts. This is what it looks like for me (macOS, iTerm2):vs.
Can you still reproduce your issue with the latest version? If so, please let me know your configuration (OS / which terminal).
@rivo commented on GitHub (Nov 17, 2020):
Since there was no further information provided, I'm closing this issue. If you still require information, please open a new issue and reference this one.