From 03a1e66bf99e929b50f21774b2f0f34ae3af91a2 Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 12 Apr 2021 03:32:42 -0400 Subject: [PATCH] TERMINALS.md: add notes on terminology --- TERMINALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TERMINALS.md b/TERMINALS.md index ee00d666d..68713c6ed 100644 --- a/TERMINALS.md +++ b/TERMINALS.md @@ -34,7 +34,7 @@ relies on the font. Patches to correct/complete this table are very welcome! | GNU Screen | | ❌ |n/a |`TERM=screen.OLDTERM` | Must be compiled with `--enable-256color`. `TERM` should typically be `screen.` suffixed by the appropriate `TERM` value for the true connected terminal, e.g. `screen.vte-256color`. See below. | | st ("suckless") | ✅ | ✅ |? |`TERM=st-256color` `COLORTERM=24bit` | | | Terminator | ✅ | ? |? | ? | | -| Terminology | ❌ | ? |? | ? | | +| Terminology | ❌ | ❌ |? | `TERM=terminology` | | | [Tilda](https://github.com/lanoxx/tilda) | | ? |? | ? | | | [tmux](https://github.com/tmux/tmux/wiki) | | ❌ |n/a |`TERM=tmux-256color` `COLORTERM=24bit` | `tmux.conf` must apply `Tc`; see below. `bce` is available with the `tmux-256color-bce` definition. | | [wezterm](https://github.com/wez/wezterm) | ✅ | ✅ |? |`TERM=wezterm` `COLORTERM=24bit` | See below. |