Skip to content

Commit

Permalink
Add footnote about terminal multiplexers
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jan 31, 2022
1 parent 5a5d703 commit 2e3a606
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -282,19 +282,20 @@ termenv.DisableMouseAllMotion()
| kitty ||||||||
| Konsole ||||||||
| rxvt ||||||||
| screen ||||| |||
| screen ||||| [^mux] |||
| st ||||||||
| tmux ||||| |||
| tmux ||||| [^mux] |||
| vte-based[^vte] ||||||||
| wezterm ||||||||
| xterm ||||||||
| Linux Console ||||||| |
| Linux Console ||||||| |
| Apple Terminal ||||||||
| iTerm ||||||||
| Power Shell ||||||||
| Windows Terminal ||||||||

[^vte]: This covers all vte-based terminals, including Gnome Terminal, guake, Pantheon Terminal, Terminator, Tilix, XFCE Terminal.
[^mux]: Unsupported as multiplexers (like tmux or screen) can be connected to multiple terminals (with different color settings) at the same time.

You can help improve this list! Check out [how to](ansi_compat.md) and open an issue or pull request.

Expand Down

0 comments on commit 2e3a606

Please sign in to comment.