Support X11 colour names and some other variations for OSC 10/11, also

add OSC 110 and 111. GitHub issue 2567.
This commit is contained in:
nicm
2021-02-15 09:39:37 +00:00
parent 632636dba5
commit 6642706f7b
5 changed files with 721 additions and 54 deletions

1
tmux.h
View File

@@ -2526,6 +2526,7 @@ const char *colour_tostring(int);
int colour_fromstring(const char *s);
int colour_256toRGB(int);
int colour_256to16(int);
int colour_byname(const char *);
/* attributes.c */
const char *attributes_tostring(int);