diff options
author | bptato <nincsnevem662@gmail.com> | 2024-09-10 23:46:59 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-09-10 23:47:18 +0200 |
commit | 5d0561ab1507acd0c6b18976d34db427f7351433 (patch) | |
tree | 07a9bcdc58e3e87f405816bb08a31211d4f711f9 /res | |
parent | 6dfccdea61d1effba3b15fb19fd2034be188ec16 (diff) | |
download | chawan-5d0561ab1507acd0c6b18976d34db427f7351433.tar.gz |
config: add display.sixel-colors
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/config.toml b/res/config.toml index a8782216..1a7318a0 100644 --- a/res/config.toml +++ b/res/config.toml @@ -292,6 +292,7 @@ color-mode = "auto" format-mode = "auto" no-format-mode = ["overline"] image-mode = "auto" +sixel-colors = "auto" alt-screen = "auto" highlight-color = "cyan" highlight-marks = true |