diff options
author | nicm <nicm> | 2021-10-25 21:21:16 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-10-25 21:21:16 +0000 |
commit | 197a116f5a2146309c4c6fecbd9d08d36f2be750 (patch) | |
tree | 41e7ff764876d23b51445c6be9194fdcea96e712 /tmux.h | |
parent | eb82ad5216f1538e13f4ad7c2d36f28fedd88310 (diff) | |
download | rtmux-197a116f5a2146309c4c6fecbd9d08d36f2be750.tar.gz rtmux-197a116f5a2146309c4c6fecbd9d08d36f2be750.tar.bz2 rtmux-197a116f5a2146309c4c6fecbd9d08d36f2be750.zip |
Add a way to force a colour to RGB and a format to display it.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2616,6 +2616,7 @@ int input_key_get_mouse(struct screen *, struct mouse_event *, u_int, int colour_find_rgb(u_char, u_char, u_char); int colour_join_rgb(u_char, u_char, u_char); void colour_split_rgb(int, u_char *, u_char *, u_char *); +int colour_force_rgb(int); const char *colour_tostring(int); int colour_fromstring(const char *s); int colour_256toRGB(int); |