You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Supports both the existing graphics protocol mode and [the Unicode placeholder](https://sw.kovidgoyal.net/kitty/graphics-protocol/#unicode-placeholders) mode.
119
+
- Supports both the existing graphics protocol mode and the [Unicode placeholder](https://sw.kovidgoyal.net/kitty/graphics-protocol/#unicode-placeholders) mode.
120
120
121
121
For more information, see [Compatibility](https://lusingander.github.io/serie/getting-started/compatibility.html).
122
122
123
+
### Partially supported environments
124
+
125
+
- tmux is supported only when using the kitty Unicode placeholder protocol.
126
+
123
127
### Unsupported environments
124
128
125
129
- 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.
127
131
- Windows is not officially supported. Please refer to [the related issue](https://github.com/lusingander/serie/issues/147#issuecomment-4192875627).
Copy file name to clipboardExpand all lines: docs/src/getting-started/compatibility.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,13 @@ The terminals on which each has been confirmed to work are listed below.
30
30
31
31
Rendering using Unicode Placeholder is available by explicitly specifying `kitty-unicode` as `protocol` option or config.
32
32
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
34
39
35
40
- 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.
37
42
- Windows is not officially supported. Please refer to [the related issue](https://github.com/lusingander/serie/issues/147#issuecomment-4192875627).
0 commit comments