diff options
author | bptato <nincsnevem662@gmail.com> | 2024-04-25 01:06:43 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-04-25 01:20:58 +0200 |
commit | 14b871eb7eaf329b67b71385597f114f8782318a (patch) | |
tree | ac7b4655124b4579ad27d56116d9a2dee63cd31e /res | |
parent | 62944ac7abc6e37475739a1667ed5a0240fedf66 (diff) | |
download | chawan-14b871eb7eaf329b67b71385597f114f8782318a.tar.gz |
Initial image support
* png: add missing filters, various decoder fixes * term: fix kitty response interpretation, add support for kitty image detection * buffer, pager: initial image display support Emphasis on "initial"; it only "works" with kitty output and PNG input. Also, it's excruciatingly slow, and repaints images way too often. Left undocumented intentionally it for now, until it actually becomes useful. In the meantime, adventurous users can find out themselves why: [[siteconf]] url = "https://.*" images = true
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 20b1227f..6f0d6d31 100644 --- a/res/config.toml +++ b/res/config.toml @@ -263,6 +263,7 @@ use-mouse = true color-mode = "auto" format-mode = "auto" no-format-mode = ["overline"] +image-mode = "auto" emulate-overline = true alt-screen = "auto" highlight-color = "cyan" |