From owner-svn-src-all@FreeBSD.ORG Fri Sep 25 20:56:32 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 1C2521065670; Fri, 25 Sep 2009 20:56:32 +0000 (UTC) Date: Fri, 25 Sep 2009 20:56:32 +0000 From: Alexey Dokuchaev To: Ed Schouten Message-ID: <20090925205631.GA99527@FreeBSD.org> References: <200909251158.n8PBwpbI028049@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200909251158.n8PBwpbI028049@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r197480 - head/sys/teken X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2009 20:56:32 -0000 On Fri, Sep 25, 2009 at 11:58:51AM +0000, Ed Schouten wrote: > Author: ed > Date: Fri Sep 25 11:58:51 2009 > New Revision: 197480 > URL: http://svn.freebsd.org/changeset/base/197480 > > Log: > Conformance: ignore {delete,insert} line while outside the scrolling region. > > I noticed a small inconsistency in delete and insert line between xterm > and libteken. libteken allows these actions to happen while the cursor > is placed outside the scrolling region, while xterm does not. > > This behaviour seems to be VT100-like. Confirmation: > > http://www.vt100.net/docs/vt102-ug/chapter5.html > "This sequence is ignored when cursor is outside scrolling region." You could have probably mention canonical document name and chapter/paragraph number in comments as well (refering to standards seems quite appropriate and just looks good in code). ./danfe