diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-01-03 18:20:24 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-01-03 18:20:24 +0100 |
commit | a3f102d296431afb045271fc1e41354580b533c3 (patch) | |
tree | d8fd0bebf97b7fda0df64f7cbb00afc0d32206f1 | |
parent | update (diff) | |
download | st-a3f102d296431afb045271fc1e41354580b533c3.tar.gz st-a3f102d296431afb045271fc1e41354580b533c3.tar.bz2 st-a3f102d296431afb045271fc1e41354580b533c3.tar.xz st-a3f102d296431afb045271fc1e41354580b533c3.tar.zst st-a3f102d296431afb045271fc1e41354580b533c3.zip |
TERM update
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ static unsigned int cursorthickness = 2; static int bellvolume = 0; /* default TERM value */ -char *termname = "st-256color"; +char *termname = "xterm-256color"; /* * spaces per tab |