diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-03-24 08:01:13 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-03-24 08:01:13 +0000 |
commit | 1384525dc14c89ec4b46306625d3578bc045c46d (patch) | |
tree | ff1f54c2bb62d9cc4e5cb330fc05aa8ec599c1e7 /colour.c | |
parent | e87d808594e48a4c80d201d07fb86fbb9548409e (diff) | |
parent | 591b26e46f48f2e6b59f97e6cfb037c6fec48e15 (diff) | |
download | rtmux-1384525dc14c89ec4b46306625d3578bc045c46d.tar.gz rtmux-1384525dc14c89ec4b46306625d3578bc045c46d.tar.bz2 rtmux-1384525dc14c89ec4b46306625d3578bc045c46d.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'colour.c')
-rw-r--r-- | colour.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ colour_to_6cube(int v) * map our RGB colour to the closest in the cube, also work out the closest * grey, and use the nearest of the two. * - * Note that the xterm has much lower resolution for darker colors (they are + * Note that the xterm has much lower resolution for darker colours (they are * not evenly spread out), so our 6 levels are not evenly spread: 0x0, 0x5f * (95), 0x87 (135), 0xaf (175), 0xd7 (215) and 0xff (255). Greys are more * evenly spread (8, 18, 28 ... 238). |