From owner-freebsd-ports@FreeBSD.ORG Mon Jan 27 08:28:44 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A640AFD4 for ; Mon, 27 Jan 2014 08:28:44 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C1541DC7 for ; Mon, 27 Jan 2014 08:28:44 +0000 (UTC) Received: from 0x20.net (0x20.net [217.69.76.212]) (Authenticated sender: lala) by mail.0x20.net (Postfix) with ESMTPA id 202076A6006 for ; Mon, 27 Jan 2014 09:28:42 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 27 Jan 2014 09:28:42 +0100 From: Lars Engels To: freebsd-ports@freebsd.org Subject: Re: mrxvt-devel does not show non-ascii character before end of line In-Reply-To: References: Message-ID: X-Sender: lars.engels@0x20.net User-Agent: Roundcube Webmail/0.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 08:28:44 -0000 Am 2014-01-24 21:42, schrieb José García Juanino: > Hello, > > after upgrade from 9.2 to 10.0 and rebuild the ports, mrxvt multi tab > terminal shows a strange issue: when you type an non-ascii character, > it is > hidden from terminal unless you type another new character just behind. > Indeed, the exact bug is that mrxvt will not show any non-ascii > character > before end of line. To reproduce this issue, you can type the following > in > mrxt terminal, built from ports with the default options: > > $ echo "añ" > myfile > $ cat myfile > a > ### ñ is not shown > > (substitute spanish ñ by any other non-ascii character and you will get > the > same issue). > > mrxvt is rather ancient and not mantained by upstream, but actually is > the > best multi tab terminal. But with this annoyed bug, I think it should > be > definitively deprecated. Any idea to fix this bug, or some proposal on > a > good multi tab terminal? (ignoring kde or gnome related terminals, as > they > need huge and complex dependencies). Have you tried reporting this upstream? Lars