From 36b11400075401c8eb723f413348e2280d9b5c14 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Fri, 14 Dec 2001 20:22:27 +0000 Subject: Fri Dec 14 15:17:14 2001 Michael Jennings (mej) termcap fix from Fredrik Svensson and another mod to Paul's patch. SVN revision: 5769 --- doc/Eterm.tcap | 2 +- doc/Makefile.am | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') 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 ; \ -- cgit v1.2.1