Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 12:08:56 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Jean-Sebastien Pedron <dumbbell@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r271871 - head/sys/dev/vt
Message-ID:  <22834020.0KE7Ifz8kz@ralph.baldwin.cx>
In-Reply-To: <201409191220.s8JCKhra090542@svn.freebsd.org>
References:  <201409191220.s8JCKhra090542@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?22834020.0KE7Ifz8kz>