From owner-svn-src-head@FreeBSD.ORG Fri Sep 19 16:23:59 2014 Return-Path: Delivered-To: svn-src-head@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 B0FDDDE0; Fri, 19 Sep 2014 16:23:59 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88A09AB6; Fri, 19 Sep 2014 16:23:59 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 103FAB94C; Fri, 19 Sep 2014 12:23:58 -0400 (EDT) From: John Baldwin To: Jean-Sebastien Pedron Subject: Re: svn commit: r271871 - head/sys/dev/vt Date: Fri, 19 Sep 2014 12:08:56 -0400 Message-ID: <22834020.0KE7Ifz8kz@ralph.baldwin.cx> User-Agent: KMail/4.10.5 (FreeBSD/10.0-STABLE; KDE/4.10.5; amd64; ; ) In-Reply-To: <201409191220.s8JCKhra090542@svn.freebsd.org> References: <201409191220.s8JCKhra090542@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 19 Sep 2014 12:23:58 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 19 Sep 2014 16:23:59 -0000 On Friday, September 19, 2014 12:20:43 PM Jean-Sebastien Pedron wrote: > Author: dumbbell > Date: Fri Sep 19 12:20:43 2014 > New Revision: 271871 > URL: http://svnweb.freebsd.org/changeset/base/271871 > > Log: > vt(4): Rewrite history scrolling > > It's now possible to scroll up the 500 hard-coded lines of history, not > just a fraction of them. For instance, one can reach the top of the boot > process. > > Sometimes, when scrolling or when changing the screen size (by changing > the font or loading a KMS driver for instance), one could see the > history cycling (old content appeared below latest lines). This is > fixed. > > Now, when the resolution changes are more lines can be shown, the > displayed area is adjusted so that, if the screen was filled with > content before, it's filled with content after as well: more history > is visible, instead of having blank lines below the previously visible > content. > > MFC after: 3 days Thanks! -- John Baldwin