diff options
author | nicm <nicm> | 2021-02-15 09:39:37 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-02-15 09:39:37 +0000 |
commit | 6642706f7baab2d7501ca8ac16659ddab1d729ca (patch) | |
tree | 4ff0b5a2f41f26d755ebcfbabd95f343c5131fb3 /tmux.h | |
parent | 632636dba535468d8266ad44c099f1217f1e3ea5 (diff) | |
download | rtmux-6642706f7baab2d7501ca8ac16659ddab1d729ca.tar.gz rtmux-6642706f7baab2d7501ca8ac16659ddab1d729ca.tar.bz2 rtmux-6642706f7baab2d7501ca8ac16659ddab1d729ca.zip |
Support X11 colour names and some other variations for OSC 10/11, also
add OSC 110 and 111. GitHub issue 2567.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |