diff options
author | bptato <nincsnevem662@gmail.com> | 2023-09-20 22:38:41 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-09-20 22:38:41 +0200 |
commit | bc85e40f424b3dc5e92989917fe06c7b6abb282f (patch) | |
tree | 20194a66316caeb49a19d7f26903b6daaac63830 /doc/config.md | |
parent | 9d677d353abdb3d86e0829fedc8ad11275a2bfa6 (diff) | |
download | chawan-bc85e40f424b3dc5e92989917fe06c7b6abb282f.tar.gz |
update config
8-bit colors are now supported
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.md b/doc/config.md index a6020735..888e184f 100644 --- a/doc/config.md +++ b/doc/config.md @@ -272,8 +272,8 @@ Following is a list of display options: <td>color-mode</td> <td>"monochrome"/"ansi"/"8bit"/"24bit"/"auto"</td> <td>Set the color mode. "auto" for automatic detection, "monochrome" -for black on white, "ansi" for ansi colors, "24bit" for true colors. "8bit" -is currently unimplemented (and falls back to ansi).</td> +for black on white, "ansi" for ansi colors, "8bit" for 256-color mode, and +"24bit" for true colors.</td> </tr> <tr> |