Compare commits

...

2 Commits
nv1 ... mymain

Author SHA1 Message Date
a3b97dbe13 little decorative change 2025-04-01 16:59:35 +03:00
65c7e8ace2 mk >.< 2025-03-29 00:54:16 +03:00
3 changed files with 4 additions and 3 deletions

4
.gitignore vendored
View File

@ -2,4 +2,6 @@
*.orig
st
config.h
*.tar
*.gz
shell.nix

View File

@ -45,7 +45,6 @@ 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
tic -sx st.info
@echo Please see the README file regarding the terminfo entry of st.
uninstall:

View File

@ -115,7 +115,7 @@ static const char *colorname[] = {
"gray90",
/* 8 bright colors */
"gray50",
"black",
"red",
"green",
"yellow",