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

Error in terminfo #225

Closed
Ploppz opened this issue May 1, 2015 · 2 comments
Closed

Error in terminfo #225

Ploppz opened this issue May 1, 2015 · 2 comments
Labels

Comments

@Ploppz
Copy link

Ploppz commented May 1, 2015

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,
@purpleKarrot
Copy link
Contributor

#245 also refers to this issue.

@thestinger
Copy link
Owner

It's supposed to be this way. Using an incorrect terminfo definition to "add" a feature isn't a sane approach. You should get the feature added in VTE as an option if you want it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants