Skip to content

Commit a8d158b

Browse files
committed
Update documents
1 parent 40a86da commit a8d158b

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,14 @@ These image protocols are supported:
120120

121121
For more information, see [Compatibility](https://lusingander.github.io/serie/getting-started/compatibility.html).
122122

123+
### Partially supported environments
124+
125+
- tmux is supported only when using the kitty Unicode placeholder protocol.
126+
123127
### Unsupported environments
124128

125129
- Sixel graphics is not supported.
126-
- Terminal multiplexers (screen, tmux, Zellij, etc.) are not supported.
130+
- Other terminal multiplexers (screen, Zellij, etc.) other than those listed in [Partially supported environments](#partially-supported-environments) are not supported.
127131
- Windows is not officially supported. Please refer to [the related issue](https://github.com/lusingander/serie/issues/147#issuecomment-4192875627).
128132

129133
## Screenshots

docs/src/getting-started/compatibility.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,13 @@ The terminals on which each has been confirmed to work are listed below.
3030

3131
Rendering using Unicode Placeholder is available by explicitly specifying `kitty-unicode` as `protocol` option or config.
3232

33-
## Unsupported environments
33+
### Partially supported environments
34+
35+
- tmux is supported only when using the kitty Unicode placeholder protocol.
36+
- Requires `set -g allow-passthrough on` in tmux.conf (version 3.2+).
37+
38+
### Unsupported environments
3439

3540
- Sixel graphics is not supported.
36-
- Terminal multiplexers (screen, tmux, Zellij, etc.) are not supported.
41+
- Other terminal multiplexers (screen, Zellij, etc.) other than those listed in [Partially supported environments](#partially-supported-environments) are not supported.
3742
- Windows is not officially supported. Please refer to [the related issue](https://github.com/lusingander/serie/issues/147#issuecomment-4192875627).

0 commit comments

Comments
 (0)