[hackers] [st] Adding setb and setf and a comment about terminfo installation. || Christoph Lohmann
 
changeset:   252:0953577be747
user:        Christoph Lohmann <20h_AT_r-36.net>
date:        Wed Aug 29 21:13:47 2012 +0200
files:       Makefile st.info
description:
Adding setb and setf and a comment about terminfo installation.
diff -r e276071e3efb -r 0953577be747 Makefile
--- a/Makefile	Wed Aug 29 20:05:25 2012 +0200
+++ b/Makefile	Wed Aug 29 21:13:47 2012 +0200
_AT_@ -48,6 +48,8 @@
         _AT_mkdir -p ${DESTDIR}${MANPREFIX}/man1
         _AT_sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1
         _AT_chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1
+	_AT_echo If things do not seem to work, be sure that there is no \
+		floating st terminfo in the .terminfo directory in your home dir.
         _AT_tic -s st.info
 
 uninstall:
diff -r e276071e3efb -r 0953577be747 st.info
--- a/st.info	Wed Aug 29 20:05:25 2012 +0200
+++ b/st.info	Wed Aug 29 21:13:47 2012 +0200
_AT_@ -91,6 +91,8 @@
         sc=\E7,
         setab=\E[4%p1%dm,
         setaf=\E[3%p1%dm,
+	setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
+	setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
         sgr0=\E[0m,
         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,
         smacs=\E(0,
Received on Wed Aug 29 2012 - 23:17:05 CEST
This archive was generated by hypermail 2.3.0
: Wed Aug 29 2012 - 23:24:06 CEST