From 2c481c64498c9fda41b9ae4a38aa7f85a8e345c1 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 14 Jan 2021 15:48:59 -0500 Subject: [PATCH] TERMS: add wezterm #1288 --- TERMS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TERMS.md b/TERMS.md index 6de79ea38..adb95bc85 100644 --- a/TERMS.md +++ b/TERMS.md @@ -29,6 +29,7 @@ implementation of block-drawing characters, or relies on the font. | Sakura | ✔ | ✔ |? |`TERM=vte-256color` `COLORTERM=24bit` | No terminfo entry? | | mlterm | 🗴 | ✔ |? |`TERM=mlterm-256color` | Do not set `COLORTERM`. `mlterm-direct` gives strange results. | | st | ✔ | ✔ |? |`TERM=st-256color` `COLORTERM=24bit` | | +| wezterm | ✔ | ✔ | | `TERM=wezterm` `COLORTERM=24bit` | | | wterm | | | | | | | GNU Screen | 🗴 | ✔ | |`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. | | tmux | | | | | |