From owner-freebsd-questions Mon Oct 2 20:45:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 7F3A937B503 for ; Mon, 2 Oct 2000 20:45:56 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id WAA01936; Mon, 2 Oct 2000 22:45:52 -0500 (CDT) (envelope-from dan) Date: Mon, 2 Oct 2000 22:45:51 -0500 From: Dan Nelson To: Jamie Norwood Cc: Otter , freebsd-questions@FreeBSD.ORG Subject: Re: Raising PTYs Message-ID: <20001002224551.B23329@dan.emsphone.com> References: <20001001210159.A17043@dan.emsphone.com> <20001002174100.A6585@mushhaven.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.9i In-Reply-To: <20001002174100.A6585@mushhaven.net>; from "Jamie Norwood" on Mon Oct 2 17:41:01 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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