st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit 4dfb6683cd84f64fe763cf81dc9b6638d6eb7014
parent 6ce9ec69ade63fd32c3768cfc96ff1bdad4f5076
Author: Bakkeby <bakkeby@gmail.com>
Date:   Mon, 24 Oct 2022 11:26:36 +0200

Adding the COLORTERM environment variable

Diffstat:
Mst.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/st.c b/st.c @@ -951,6 +951,7 @@ execsh(char *cmd, char **args) setenv("SHELL", sh, 1); setenv("HOME", pw->pw_dir, 1); setenv("TERM", termname, 1); + setenv("COLORTERM", "truecolor", 1); signal(SIGCHLD, SIG_DFL); signal(SIGHUP, SIG_DFL);