Compare commits

..

No commits in common. "mymain" and "nv1" have entirely different histories.
mymain ... nv1

3 changed files with 3 additions and 4 deletions

4
.gitignore vendored
View File

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

View File

@ -45,6 +45,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
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 */
"black",
"gray50",
"red",
"green",
"yellow",