On Wed, Feb 20, 2002 at 11:22:21AM -0500, Sridhar Srinivasan wrote:
> hi,
> 
> i use SecureCRT to connect to my mailserver (a Solaris 8 box) whenever
> i'm in windows. i'm unable to get it display my colour settings
> properly even though i have tried changing the terminal type to linux,
> ansi, etc. with some combinations of $TERM, i do get some zany colours
> but not my normal scheme.

( perhaps xterm-color ;-)

If it's the same product family, I did this terminfo for CRT a few years
ago (in ncurses):
 
#       Reconstructed via infocmp from file: /usr/lib/terminfo/c/crt
crt|crt-vt220|CRT 2.3 emulating VT220, 
        am, bce, mir, msgr, xenl, xon, 
        colors#8, cols#80, lines#24, pairs#64, vt#3, 
        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
        bel=^G, blink=\E[5m$<2>, bold=\E[1m$<2>, civis=\E[?25l, 
        clear=\E[H\E[2J$<50>, cnorm=\E[?25h, cr=^M, 
        csr=\E[%i%p1%d;%p2%dr, cub1=^H, cud1=\E[B, cuf1=\E[C, 
        cup=\E[%i%p1%d;%p2%dH$<10>, cuu1=\E[A, dch1=\E[P, 
        dl1=\E[M, ed=\E[J$<50>, el=\E[K$<3>, home=\E[H, ht=^I, 
        hts=\EH, if=/usr/share/tabset/vt100, il1=\E[L, 
        ind=\ED$<20/>, is2=\E[1;24r\E[24;1H, kbs=^H, kcub1=\E[D, 
        kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, 
        kend=\E[4~, kf1=\EOP, kf10=\E[29~, kf2=\EOQ, kf3=\EOR, 
        kf4=\EOS, kf5=\E[17~, kf6=\E[18~, kf7=\E[19~, kf8=\E[20~, 
        kf9=\E[21~, khome=\E[1~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, 
        op=\E[39;49m, rc=\E8, rev=\E[7m$<2>, 
        rf=/usr/share/tabset/vt100, ri=\EM$<14/>, 
        rmacs=\E(B$<4>, rmam=\E[?7l, rmir=\E[4l, rmso=\E[27m, 
        rmul=\E[24m, rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h, 
        sc=\E7, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
        setb=\E[4%p1%dm, setf=\E[3%p1%dm, 
        sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;, 
        sgr0=\E[m$<2>, smacs=\E(0$<2>, smam=\E[?7h, smir=\E[4h, 
        smso=\E[7m, smul=\E[4m, u6=\E[%i%d;%dR, u7=\E[6n, 
        u8=\E[?1;2c, u9=\E[c, 
-- 
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net

Reply via email to