From 9f020f48989ddace9d3a12ddfa57b6a53636bbcf Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 15 Dec 2025 19:42:24 -0600 Subject: use st-256color again since w/o broke term colors --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index c1bffd2..48bb124 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"; +char *termname = "st-256color"; /* * spaces per tab -- cgit v1.2.3