diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-24 10:06:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-24 10:06:22 +0000 |
commit | 2d84ee900131214ee463d89abc051586b3a63afb (patch) | |
tree | 51c6159002740039f095eb3c7c10344d5db00394 /colour.c | |
parent | 2e5664d2df02a902300f8f67b4eefe0309bde5b9 (diff) | |
parent | 1384525dc14c89ec4b46306625d3578bc045c46d (diff) | |
download | rtmux-2d84ee900131214ee463d89abc051586b3a63afb.tar.gz rtmux-2d84ee900131214ee463d89abc051586b3a63afb.tar.bz2 rtmux-2d84ee900131214ee463d89abc051586b3a63afb.zip |
Merge branch 'master' of github.com:tmux/tmux
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). |