Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a3b97dbe13 | |||
65c7e8ace2 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,4 +2,6 @@
|
|||||||
*.orig
|
*.orig
|
||||||
st
|
st
|
||||||
config.h
|
config.h
|
||||||
|
*.tar
|
||||||
|
*.gz
|
||||||
|
shell.nix
|
||||||
|
1
Makefile
1
Makefile
@ -45,7 +45,6 @@ install: st
|
|||||||
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
|
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
|
||||||
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
|
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||||
chmod 644 $(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.
|
@echo Please see the README file regarding the terminfo entry of st.
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
@ -115,7 +115,7 @@ static const char *colorname[] = {
|
|||||||
"gray90",
|
"gray90",
|
||||||
|
|
||||||
/* 8 bright colors */
|
/* 8 bright colors */
|
||||||
"gray50",
|
"black",
|
||||||
"red",
|
"red",
|
||||||
"green",
|
"green",
|
||||||
"yellow",
|
"yellow",
|
||||||
|
Loading…
Reference in New Issue
Block a user