aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-02-15 09:39:37 +0000
committernicm <nicm>2021-02-15 09:39:37 +0000
commit6642706f7baab2d7501ca8ac16659ddab1d729ca (patch)
tree4ff0b5a2f41f26d755ebcfbabd95f343c5131fb3 /tmux.h
parent632636dba535468d8266ad44c099f1217f1e3ea5 (diff)
downloadrtmux-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 8f83c218..18921f6e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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);