jrm@
Developer
When I start a terminal within editors/emacs and run sysinstall, I get the error:
I also tried
and setting $TERM to xterm, vt100 and screen. sysinstall works when I set $TERM to these values, but the text is garbled. Is something missing?
Code:
Error opening terminal: eterm-color.
% env | grep -i term
Code:
INSIDE_EMACS=23.3.1,term:0.96
TERMINFO=/usr/local/share/emacs/23.3/etc/
TERM=eterm-color
EMACS=23.3.1 (term:0.96)
TERMCAP=eterm-color:li#45:co#126:cl=\E[H\E[J:cd=\E[J:bs:am:xn:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:ce=\E[K:ho=\E[H:pt:al=\E[L:dl=\E[
M:DL=\E[%dM:AL=\E[%dL:cs=\E[%i%d;%dr:sf=^J:dc=\E[P:DC=\E[%dP:IC=\E[%d@:im=\E[4h:ei=\E[4l:mi::so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m
:md=\E[1m:mr=\E[7m:me=\E[m:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:kl=\EOD:kd=\EOB:kr=\EOC:ku=\EOA:kN=\E[6~:kP=\E[5~:@7=\E[4~:
kh=\E[1~:mk=\E[8m:cb=\E[1K:op=\E[39;49m:Co#8:pa#64:AB=\E[4%dm:AF=\E[3%dm:cr=^M:bl=^G:do=^J:le=^H:ta=^I:se=\E[27m:ue=\E24m:kb=^
?:kD=^[[3~:sc=\E7:rc=\E8:r1=\Ec:
% ln -s /usr/local/share/emacs/23.3/etc/e/eterm-color* ~/.terminfo/e/
and setting $TERM to xterm, vt100 and screen. sysinstall works when I set $TERM to these values, but the text is garbled. Is something missing?