diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | st.info | 2 |
2 files changed, 4 insertions, 0 deletions
| @@ -48,6 +48,8 @@ install: all | |||
| 48 | @mkdir -p ${DESTDIR}${MANPREFIX}/man1 | 48 | @mkdir -p ${DESTDIR}${MANPREFIX}/man1 |
| 49 | @sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1 | 49 | @sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1 |
| 50 | @chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1 | 50 | @chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1 |
| 51 | @echo If things do not seem to work, be sure that there is no \ | ||
| 52 | floating st terminfo in the .terminfo directory in your home dir. | ||
| 51 | @tic -s st.info | 53 | @tic -s st.info |
| 52 | 54 | ||
| 53 | uninstall: | 55 | uninstall: |
| @@ -91,6 +91,8 @@ st| simpleterm, | |||
| 91 | sc=\E7, | 91 | sc=\E7, |
| 92 | setab=\E[4%p1%dm, | 92 | setab=\E[4%p1%dm, |
| 93 | setaf=\E[3%p1%dm, | 93 | setaf=\E[3%p1%dm, |
| 94 | setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, | ||
| 95 | setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, | ||
| 94 | sgr0=\E[0m, | 96 | sgr0=\E[0m, |
| 95 | sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m, | 97 | sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m, |
| 96 | smacs=\E(0, | 98 | smacs=\E(0, |
