Skip to content

Commit 722012e

Browse files
committed
📝 Add more terminals to survey
1 parent 476ff00 commit 722012e

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

doc/terminal-survey.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +41,32 @@ A list of terminals that were tested for support of `OSC 10` / `OSC 11` and `DA1
4141
| Terminal | `OSC 10` and `OSC 11` | `DA1` | Version Tested |
4242
|----------------------------|-----------------------|-------|------------------------------------|
4343
| [Alacritty] | yes | yes | Version 0.13.1 (1) (macOS) |
44-
| (GNOME) [Console] [^1] | yes | yes | 3.50.1 |
4544
| [Contour] | yes | yes | 0.4.1.6292 (macOS) |
4645
| [foot] | yes | yes | 1.16.1 |
4746
| [Ghostty] | yes | yes | 1.0.0 (macOS) |
4847
| [Hyper] | yes | yes | 3.4.1 (macOS) |
49-
| IntelliJ IDEA ([JediTerm]) | yes | yes | PyCharm 2023.3.2 (macOS) |
5048
| [iTerm2] | yes | yes | Build 3.5.0beta18 |
5149
| [kitty] | yes | yes | 0.31.0 |
50+
| (GNOME) [Console] [^1] | yes | yes | 3.50.1 |
5251
| [Konsole] | yes | yes | 23.08.4 |
5352
| [mintty] | yes | yes | 3.6.1 |
5453
| macOS Terminal | yes [^3] | yes | Version 2.13 (447) |
5554
| [neovim][nvim-terminal] | yes | yes | v0.10.2 |
55+
| [mlterm] | yes | yes | [`f3474e1`][mlterm-commit] |
5656
| [Rio] | yes | yes | 0.0.36 (wayland) |
5757
| [rxvt-unicode] | yes [^2] | yes | 9.31 |
5858
| [st] | yes [^3] | yes | 0.9 |
5959
| [Terminology] | yes [^4] | yes | 1.13.0 |
6060
| [Termux] | yes | yes | 0.118.0 |
61-
| VSCode ([xterm.js]) | yes | yes | 1.85.1 (macOS) |
6261
| Warp | yes | yes | v0.2024.12.18.08.02.stable\_04 |
6362
| [WezTerm] | yes | yes | 20240203-110809-5046fc22 (flatpak) |
64-
| Windows Terminal (conhost) | yes | yes | [`b3f4162`][conhost-commit] |
63+
| [xst] (fork of st) | yes | yes | 0.9.0 |
6564
| [xterm] | yes | yes | 385 |
6665
| [zed] | yes | yes | [`9245015`][zed-commit]|
66+
| IntelliJ IDEA ([JediTerm]) | yes | yes | PyCharm 2023.3.2 (macOS) |
67+
| macOS Terminal | yes [^3] | yes | Version 2.13 (447) |
68+
| VSCode ([xterm.js]) | yes | yes | 1.85.1 (macOS) |
69+
| Windows Terminal (conhost) | yes | yes | [`b3f4162`][conhost-commit] |
6770
| anyterm | no | *no* | 1.2.3 |
6871
| ConEmu / Cmder | no | yes | 230724 stable |
6972
| cool-retro-term | no | yes | 1.2.0 |
@@ -77,6 +80,8 @@ A list of terminals that were tested for support of `OSC 10` / `OSC 11` and `DA1
7780
| shellinabox | no | *no* | 2.20 |
7881
| QMLKonsole | no | yes | 23.08.5 |
7982
| [QTerminal] | no | yes | 1.3.0 |
83+
| [mosh] | no | yes | 1.4.0 |
84+
| [pangoterm] | no | yes | [revision 634][pangoterm-rev] |
8085

8186
<br>
8287

@@ -110,6 +115,11 @@ printf '\e]11;?\e\\' && cat -v # Tests for background color support. Example out
110115
[Lapce]: https://lapce.dev/
111116
[mintty]: https://mintty.github.io/
112117
[nvim-terminal]: http://neovim.io/doc/user/terminal.html
118+
[mlterm-commit]: https://github.com/arakiken/mlterm/commit/f3474e1eb6a97239b38869f0fba78ce3e6a8ad87
119+
[mlterm]: https://mlterm.sourceforge.net/
120+
[mosh]: https://mosh.org
121+
[pangoterm-rev]: https://bazaar.launchpad.net/~leonerd/pangoterm/trunk/revision/634
122+
[pangoterm]: http://www.leonerd.org.uk/code/pangoterm/
113123
[PuTTY]: https://www.chiark.greenend.org.uk/~sgtatham/putty/
114124
[QTerminal]: https://github.com/lxqt/qterminal
115125
[Rio Terminal]: https://raphamorim.io/rio/
@@ -120,6 +130,7 @@ printf '\e]11;?\e\\' && cat -v # Tests for background color support. Example out
120130
[Terminology]: http://www.enlightenment.org/
121131
[Termux]: https://termux.dev/en/
122132
[WezTerm]: https://wezfurlong.org/wezterm/
133+
[xst]: https://github.com/gnotclub/xst
123134
[xterm.js]: https://xtermjs.org/
124135
[xterm]: https://invisible-island.net/xterm/
125136
[zed-commit]: https://github.com/zed-industries/zed/commit/9245015d1a005611801d7393e4d7e3cdf5fbca0c

0 commit comments

Comments
 (0)