Skip to content

ANSI bright not respected when a color follows #495

@tculp

Description

@tculp

echo -e "\033[01;31mhi" Produces bright/bold red text, but echo -e "\033[01;31mhi" | go run ansi.go does 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions