Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2000 22:45:51 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        Jamie Norwood <mistwolf@mushhaven.net>
Cc:        Otter <otterr@telocity.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Raising PTYs
Message-ID:  <20001002224551.B23329@dan.emsphone.com>
In-Reply-To: <20001002174100.A6585@mushhaven.net>; from "Jamie Norwood" on Mon Oct  2 17:41:01 GMT 2000
References:  <20001001210159.A17043@dan.emsphone.com> <HLEDJBJKDDPDJBMGCLPPOEIHCEAA.otterr@telocity.com> <20001002174100.A6585@mushhaven.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Oct 02), Jamie Norwood said:
> OK, I searched this down a bit, and mostly found a lot of 'me toos'
> with no real solutions. The problem is, I am seeing this in both
> xterm and SecureCRT. However, I can, somewhat, reprodoce it.
> 
> It shows up in Mutt if you have in your .muttrc:
> 
> set sort=threads
> 
> If I take that out, mutt is fine... But I no longer see threads, only
> individual messages. As one of the key reasons I use Mutt is for
> threads... I also see it in SLRN. The characters that are seeming to
> cause the problems are what is used for lines and arrows, whcih I
> believe are from high ASCII if I recall my BBS days correctly.

Make sure your TERM variable matches whatever terminal emulation type
you have set in CRT.  I'm reading mail with sort=threads via CRT right
now, and the threading characters look perfect (they're also fine if I
run under screen).  Here's the termcap entry I use for CRT.  I tell CRT
to do "ansi" emulation, which is afwully close to SCO's console in
terms of features (i.e. it's not ANSI X3.64, but a whole hodgepodge of
stuff :).  I also use a font that has line-drawing charaters in the right
place.

# CRT term doesn't know cv or ch, does have "Set scrolling region",
# doesn't have "erase characters", has underline,
# uses ^E[m to reset colors, has printing mode,
# eats a newline if at right margin, can't do ACS chars < 32
cons25-crt|Entry for CRT terminal:\
	:cv@:ch@:\
	:cs=\E[%i%d;%dr:\
	:ec@:\
	:us=\E[4m:ue=\E[24m:\
	:op=\E[m:\
	:po=\E[5i:pf=\E[4i:\
	:xn:\
	:ac=-\^.v0\333`\004a\260f\370g\361h\261i\025j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371:\
	:tc=cons25w:

-- 
	Dan Nelson
	dnelson@emsphone.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001002224551.B23329>