Commit Diff


commit - 06f8cf8ca87a81db15816658c40b2afcd1ad5332
commit + 3ca7249c8685a9ff2d8ce23273fe0313b5804473
blob - 3502c60e68bfcf78c609f289454c67913f7c2dc7
blob + 4defff9e79bc01c1e37e032c45a528b2f0b586d6
--- FAQ
+++ FAQ
@@ -6,7 +6,7 @@ Use the excellent tool of [utmp](http://git.suckless.o
 
 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!
 
blob - 6158ab20f2f7cc22abef463c81f19e342686c42e
blob + fb026c464b61186325cfd923f44c9cc1b87afb5d
--- Makefile
+++ Makefile
@@ -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
blob - b38c88b0d1b6a70828f089d4c74ec1670e75ca93
blob + 6a846ed0d950a9dc5f7595d9371492c7d1915465
--- README
+++ README
@@ -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.