diff options
author | Tim Keller <tjkeller.xyz> | 2025-04-12 19:50:14 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-04-12 19:50:14 -0500 |
commit | ee835729218ed8bb77d323fe0f73ed62f9bb7d57 (patch) | |
tree | b7374a6ed7cd981aba255f953f3aa36d7bd40e4c | |
parent | 8861fefbf76b6cffb70abfab0536dd80a147793d (diff) | |
download | st-ee835729218ed8bb77d323fe0f73ed62f9bb7d57.tar.xz st-ee835729218ed8bb77d323fe0f73ed62f9bb7d57.zip |
use st as termname instead of st-256colorHEADtj-0.9.2.3master
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |