[hackers] [st] tic -s -> tic -sx (Treat unknown capabilities as user-defined.) || pl_AT_ninthfloor.org

From: <git_AT_suckless.org>
Date: Mon, 14 Nov 2016 19:29:33 +0100 (CET)

commit 3ca7249c8685a9ff2d8ce23273fe0313b5804473
Author: pl_AT_ninthfloor.org <pl_AT_ninthfloor.org>
AuthorDate: Fri Nov 11 17:45:45 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Nov 14 19:05:47 2016 +0100

    tic -s -> tic -sx (Treat unknown capabilities as user-defined.)

diff --git a/FAQ b/FAQ
index 3502c60..4defff9 100644
--- a/FAQ
+++ b/FAQ
_AT__AT_ -6,7 +6,7 @@ Use the excellent tool of [utmp](http://git.suckless.org/utmp/) for this task.
 
 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
index 6158ab2..fb026c4 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -49,7 +49,7 @@ install: all
         _AT_sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1
         _AT_chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1
         _AT_echo Please see the README file regarding the terminfo entry of st.
- _AT_tic -s st.info
+ _AT_tic -sx st.info
 
 uninstall:
         _AT_echo removing executable file from ${DESTDIR}${PREFIX}/bin
diff --git a/README b/README
index b38c88b..6a846ed 100644
--- a/README
+++ b/README
_AT_@ -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.
 
Received on Mon Nov 14 2016 - 19:29:33 CET

This archive was generated by hypermail 2.3.0 : Mon Nov 14 2016 - 19:36:23 CET