From owner-freebsd-questions@FreeBSD.ORG Fri Jun 4 16:04:24 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2825F1065676 for ; Fri, 4 Jun 2010 16:04:24 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.freebsd.org (Postfix) with ESMTP id A22D58FC17 for ; Fri, 4 Jun 2010 16:04:23 +0000 (UTC) Received: from slackbox.erewhon.net (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr2.xs4all.nl (8.13.8/8.13.8) with ESMTP id o54G4HWC009787 for ; Fri, 4 Jun 2010 18:04:22 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.net (Postfix, from userid 1001) id CF094BAAC; Fri, 4 Jun 2010 18:04:16 +0200 (CEST) Date: Fri, 4 Jun 2010 18:04:16 +0200 From: Roland Smith To: FreeBSD Questions Message-ID: <20100604160416.GB26412@slackbox.erewhon.net> References: <20100604150234.GA56195@libertas.local.camdensoftware.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EuxKj2iCbKjpUGkD" Content-Disposition: inline In-Reply-To: <20100604150234.GA56195@libertas.local.camdensoftware.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: ncurses X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2010 16:04:24 -0000 --EuxKj2iCbKjpUGkD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 04, 2010 at 08:02:34AM -0700, Chip Camden wrote: >=20 > It seems that building mutt with the devel/ncurses port installed creates > the problem I was experiencing: most colors do not show up in mutt, and > the line-drawing characters are borked. Deinstalling devel/ncurses and > rebuilding mutt with the base version of ncurses solves the problem. >=20 > However, x11/rxvt-unicode depends on devel/ncurses, so any time urxvt > needs rebuilding we get devel/ncurses reinstalled. Any subsequent rebuild > of mutt restores the original problem. >=20 > Is there any way to sort this out? You could build mutt with 'slang' support instead of ncurses. Put the following in /etc/make.conf: .if ${.CURDIR:M*/mail/mutt} WITH_MUTT_SLANG=3Dyes .endif OTOH, I'm using mutt-devel built with the system ncurses library (libncursesw.so.8) in an rxvt-unicode terminal window without problems. I do have 'LANG=3Den_US.UTF-8' and 'LC_ALL=3Den_US.UTF-8' set in my environment,= 'set charset=3D"utf-8"' in my ~/.muttrc and am using the 'Rxvt*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1' font set in ~/.Xresources.=20 Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --EuxKj2iCbKjpUGkD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkwJJAAACgkQEnfvsMMhpyVmIACgg6RBQLl0jTDV9VFTKqDA7EWb MpkAnjJnN+Jj50vqiLDgNanAGzHPF+do =514j -----END PGP SIGNATURE----- --EuxKj2iCbKjpUGkD--