From e934d32a20ae00659624d2d48b1d3d910b3c98d3 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 10 Feb 2025 08:59:00 +0100 Subject: [PATCH] Update docs for wezterm image support --- CHANGELOG.md | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20875c..5436fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + + * Add image support for WezTerm (#177). + ## 0.14.0.0 (2024-02-06) * Align based on final layout for incremental lists and other fragments diff --git a/README.md b/README.md index 243059d..3271b6c 100644 --- a/README.md +++ b/README.md @@ -629,6 +629,9 @@ patat: - `backend: kitty`: uses [Kitty's icat command](https://sw.kovidgoyal.net/kitty/kittens/icat.html). +- `backend: wezterm`: uses the iTerm2 image protocol as implemented by + WezTerm. + - `backend: w3m`: uses the `w3mimgdisplay` executable to draw directly onto the window. This has been tested in `urxvt` and `xterm`, but is known to produce weird results in `tmux`.