From cc865859bdfd6cd62ff7e921a0a29b7aeda07a9c Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 10 Dec 2024 18:39:22 -0500 Subject: [PATCH] feat(cellbuf): add st to xterm-like terminal list --- cellbuf/window.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cellbuf/window.go b/cellbuf/window.go index af785d5f..9fdb832e 100644 --- a/cellbuf/window.go +++ b/cellbuf/window.go @@ -375,6 +375,7 @@ func isXtermLike(termtype string) (v bool) { "linux", "rio", "screen", + "st", "tmux", "wezterm", "xterm":