st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 151082c8e5c4d306a462ace20c94936c7d7f1ae7
parent 46a05d1d3f9d35bcd6448ce858bcd81479f7780b
Author: c0dev0id <sh+github@codevoid.de>
Date:   Sat, 18 Sep 2021 09:09:58 +0200

Revert to non -git st terminfo

Diffstat:
MMakefile | 3+--
Mconfig.h | 2+-
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -48,8 +48,7 @@ install: st mkdir -p $(DESTDIR)$(MANPREFIX)/man1 sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1 chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1 - @sed 's/st\([^t].*\)/st-git\1/g' st.info > st-git.info - @tic -xs st-git.info + @tic -xs st.info @echo Please see the README file regarding the terminfo entry of st. uninstall: diff --git a/config.h b/config.h @@ -96,7 +96,7 @@ const int boxdraw_braille = 1; static int bellvolume = 0; /* default TERM value */ -char *termname = "st-git-256color"; +char *termname = "st-256color"; /* * spaces per tab