From ee835729218ed8bb77d323fe0f73ed62f9bb7d57 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 12 Apr 2025 19:50:14 -0500 Subject: use st as termname instead of st-256color --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index b7ae47f..08106b1 100644 --- a/config.def.h +++ b/config.def.h @@ -86,7 +86,7 @@ const int boxdraw_braille = 1; static int bellvolume = 0; /* default TERM value */ -char *termname = "st-256color"; +char *termname = "st"; /* * spaces per tab -- cgit v1.2.3