Timeline for How can I use terminfo entries on FreeBSD?
Current License: CC BY-SA 3.0
5 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Sep 26, 2016 at 13:35 | history | edited | Random832 | CC BY-SA 3.0 |
Organize changes into sections
|
Sep 26, 2016 at 13:24 | history | edited | Random832 | CC BY-SA 3.0 |
added 305 characters in body
|
Sep 26, 2016 at 2:33 | comment | added | Random832 |
@WilhelmSchuster My answer was intended to be reasonably general in explaining techniques for reducing a terminfo entry into something that can translate without omissions. Anyway, the important thing for color, as the issue you complained of was a lack of color, is :AB=\E[48;5;%dm:AF=\E[38;5;%dm: (or :AB=\E[4%dm:AF=\E[3%dm: for non-256color terminals) in the termcap, which is the same across most terminals and could have been added manually assuming there was enough room for it. But I'm not worried about who gets the accepted flag in any case, just glad I could help with your problem.
|
|
Sep 25, 2016 at 18:47 | comment | added | Wilhelm Schuster | Thank you for the answer and going out of your way of explaining how you got to the solution. I would say that @thomas-dickey 's answer still fits my question, which was more broader a not necessarily only for VTE-based terminals, better. I hope you can understand. | |
Sep 25, 2016 at 6:13 | history | answered | Random832 | CC BY-SA 3.0 |