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!
@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
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.