aboutsummaryrefslogtreecommitdiff
path: root/colour.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-03-24 14:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2022-03-24 14:01:11 +0000
commitb638886716bed43f081039e95aa1f38bfda83aff (patch)
tree2e6c47ca00c0b5737a9ad46dc992f961009d4c73 /colour.c
parent5e491e79475425ca58316eac30a76038756a6499 (diff)
parent938130bc6925808681cbc003a392ccce2a4455c1 (diff)
downloadrtmux-b638886716bed43f081039e95aa1f38bfda83aff.tar.gz
rtmux-b638886716bed43f081039e95aa1f38bfda83aff.tar.bz2
rtmux-b638886716bed43f081039e95aa1f38bfda83aff.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'colour.c')
-rw-r--r--colour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colour.c b/colour.c
index 6ede25da..a282d182 100644
--- a/colour.c
+++ b/colour.c
@@ -128,7 +128,7 @@ colour_tostring(int c)
u_char r, g, b;
if (c == -1)
- return ("invalid");
+ return ("none");
if (c & COLOUR_FLAG_RGB) {
colour_split_rgb(c, &r, &g, &b);