Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub

issue 3627.
This commit is contained in:
nicm
2023-09-02 09:17:23 +00:00
parent c5542637d7
commit d209fe9b1e
5 changed files with 28 additions and 9 deletions

View File

@ -264,6 +264,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_SETRGBB] = { TTYCODE_STRING, "setrgbb" },
[TTYC_SETRGBF] = { TTYCODE_STRING, "setrgbf" },
[TTYC_SETULC] = { TTYCODE_STRING, "Setulc" },
[TTYC_SETULC1] = { TTYCODE_STRING, "Setulc1" },
[TTYC_SE] = { TTYCODE_STRING, "Se" },
[TTYC_SXL] = { TTYCODE_FLAG, "Sxl" },
[TTYC_SGR0] = { TTYCODE_STRING, "sgr0" },