Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.
This repository was archived by the owner on May 8, 2021. It is now read-only.

Error in terminfo #225

@Ploppz

Description

@Ploppz

Hi.

I had the problem that when I would specify bolded dark red colour (colour number 1), it would show up as bold bright red in termite. Someone guided me through fixing this, and the error was in termite.terminfo, where these lines:

    setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m,
    setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m,

need to be substituted by:

    setab=\E[48;5;%p1%dm,
    setaf=\E[38;5;%p1%dm,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions