From owner-svn-src-head@FreeBSD.ORG Fri Nov 5 06:03:17 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5925C1065694; Fri, 5 Nov 2010 06:03:17 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id BBED08FC25; Fri, 5 Nov 2010 06:03:15 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id IAA07056; Fri, 05 Nov 2010 08:03:13 +0200 (EET) (envelope-from avg@freebsd.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1PEFOL-000HPP-MB; Fri, 05 Nov 2010 08:03:13 +0200 Message-ID: <4CD39E20.1000402@freebsd.org> Date: Fri, 05 Nov 2010 08:03:12 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Alexander Best References: <201011050056.oA50uLk5078426@svn.freebsd.org> <20101105012103.GA26789@freebsd.org> In-Reply-To: <20101105012103.GA26789@freebsd.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Ed Schouten Subject: Re: svn commit: r214817 - head/sys/teken X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 06:03:17 -0000 on 05/11/2010 03:21 Alexander Best said the following: > On Fri Nov 5 10, Ed Schouten wrote: >> Author: ed >> Date: Fri Nov 5 00:56:21 2010 >> New Revision: 214817 >> URL: http://svn.freebsd.org/changeset/base/214817 >> >> Log: >> Partially implement the mysterious cons25 \e[x escape sequence. >> >> It seems the terminfo library on some systems (OS X, Linux) may emit the >> sequence \e[x to reset to default attributes. Apart from using the >> zero-command, this escape sequence allows many more operations, such as >> setting ANSI colors. I don't see this used anywhere, so this should be >> sufficient for now. >> >> This deficiency was spotted by the Debian GNU/kFreeBSD. They have their >> own patch, which is slightly flawed in my opinion. I don't know why they >> never reported this issue to us. > > maybe, because nearly all PRs (most of them including patches) they have > submitted via GNATS in the past remain unnoticed and thus they've gotten tired > of reporting issues and submitting patches if nobody seems to care? ;) Pity that they haven't discovered the mailing lists. -- Andriy Gapon