summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2001-12-14 20:22:27 +0000
committerMichael Jennings <mej@kainx.org>2001-12-14 20:22:27 +0000
commit36b11400075401c8eb723f413348e2280d9b5c14 (patch)
treef30b18320dfb64fd10e95ff7ea751f2459b96ecb /doc
parent7701e6d1e1dd5b510b02149c97e68c71cefc23b0 (diff)
downloadeterm-36b11400075401c8eb723f413348e2280d9b5c14.tar.gz
Fri Dec 14 15:17:14 2001 Michael Jennings (mej)
termcap fix from Fredrik Svensson <fred@ludd.luth.se> and another mod to Paul's patch. SVN revision: 5769
Diffstat (limited to 'doc')
-rw-r--r--doc/Eterm.tcap2
-rw-r--r--doc/Makefile.am4
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/Eterm.tcap b/doc/Eterm.tcap
index 4e7a57a..f94c845 100644
--- a/doc/Eterm.tcap
+++ b/doc/Eterm.tcap
@@ -1,6 +1,6 @@
Eterm|Eterm-color|Eterm with xterm-style color support (X Window System):\
:am:bw:eo:km:mi:ms:xn:xo:\
- :co#80:it#8:li#24:lm#0:\
+ :co#80:it#8:li#24:lm#0:pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:\
:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
:K1=\E[7~:K2=\EOu:K3=\E[5~:K4=\E[8~:K5=\E[6~:LE=\E[%dD:\
:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 99ccdb5..41ba756 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -12,7 +12,9 @@ Eterm.1.html: Eterm.1
install-data-hook:
$(TIC) Eterm.ti || (mkinstalldirs $(HOME)/.terminfo && $(TIC) -o$(HOME)/.terminfo Eterm.ti) || :
- -infocmp -C -sc Eterm | sed -e '/Reconstructed/d' -e '/\.\.sa=/d' > Eterm.tcap.new && mv Eterm.tcap.new Eterm.tcap || rm -f Eterm.tcap.new
+ -infocmp -C -sc Eterm | sed -e '/Reconstructed/d' -e '/\.\.sa=/d' \
+ -e 's!^\([[:space:]]:co#.*\):\\$$!\1:pa#64:Co#8:AF=\\E[3%dm:AB=\\E[4%dm:\\!' \
+ > Eterm.tcap.new && mv Eterm.tcap.new Eterm.tcap || rm -f Eterm.tcap.new
-if test -f /usr/share/misc/termcap && test -f Eterm.tcap ; then \
grep 'Eterm-color' /usr/share/misc/termcap || cat Eterm.tcap >> /usr/share/misc/termcap ; \
cap_mkdb termcap ; \