aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-10-26 00:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2021-10-26 00:01:13 +0100
commit6f46f71d58d508703c29ddc50c04bb4b56603e20 (patch)
tree9ea7bdd539a666bca2cee4908d53362fcd264bc5 /tmux.h
parent3934d9b24de376cf0b6868c56751b55bd2d60399 (diff)
parent197a116f5a2146309c4c6fecbd9d08d36f2be750 (diff)
downloadrtmux-6f46f71d58d508703c29ddc50c04bb4b56603e20.tar.gz
rtmux-6f46f71d58d508703c29ddc50c04bb4b56603e20.tar.bz2
rtmux-6f46f71d58d508703c29ddc50c04bb4b56603e20.zip
Merge branch 'obsd-master' into master
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 a5dde71b..aec8d6c2 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2617,6 +2617,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);