Introduction
Introduction Statistics Contact Development Disclaimer Help
ttic -s -> tic -sx (Treat unknown capabilities as user-defined.) - st - [fork] …
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 3ca7249c8685a9ff2d8ce23273fe0313b5804473
parent 06f8cf8ca87a81db15816658c40b2afcd1ad5332
Author: [email protected] <[email protected]>
Date: Fri, 11 Nov 2016 17:45:45 +0100
ttic -s -> tic -sx (Treat unknown capabilities as user-defined.)
Diffstat:
M FAQ | 2 +-
M Makefile | 2 +-
M README | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/FAQ b/FAQ
t@@ -6,7 +6,7 @@ Use the excellent tool of [utmp](http://git.suckless.org/utmp/…
It means that st doesn’t have any terminfo entry on your system. Chances are
you did not `make install`. If you just want to test it without installing it,
-you can manualy run `tic -s st.info`.
+you can manualy run `tic -sx st.info`.
## Nothing works, and nothing is said about an unknown terminal!
diff --git a/Makefile b/Makefile
t@@ -49,7 +49,7 @@ install: all
@sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1
@chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1
@echo Please see the README file regarding the terminfo entry of st.
- @tic -s st.info
+ @tic -sx st.info
uninstall:
@echo removing executable file from ${DESTDIR}${PREFIX}/bin
diff --git a/README b/README
t@@ -24,7 +24,7 @@ Running st
If you did not install st with make clean install, you must compile
the st terminfo entry with the following command:
- tic -s st.info
+ tic -sx st.info
See the man page for additional details.
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.