From owner-svn-src-user@FreeBSD.ORG Wed Oct 23 15:06:50 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 45B2711E; Wed, 23 Oct 2013 15:06:50 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-ob0-x22e.google.com (mail-ob0-x22e.google.com [IPv6:2607:f8b0:4003:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D26412666; Wed, 23 Oct 2013 15:06:49 +0000 (UTC) Received: by mail-ob0-f174.google.com with SMTP id vb8so906234obc.19 for ; Wed, 23 Oct 2013 08:06:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xsVENsM1YmTWxe1n62RU0CViuzO1Ma8FT/C4zym+uSc=; b=RlkcNjZD1m7BX1osCd2a3gv85JfYQxVfKIi2oVNRBtYibJ9ckqOFQO2o0SD6PThOap hHShnVnOe3ZWrNEfQLvyAzte/1tskb/Zr+wCp6Ccu8qvejSdu7QUmtND+06jjzWyZwh8 sNIvAZVFL5Q2RETn28MHGkRqR2EtZBA5JGtvkbDySgNy6VSqAnqxBC7LVM/s5Kuo6swF ci2BxJosRE/SaAWCVSVFGzvSYD8beO2eBRhp5mqGNQQpXtrLd7z6UQfnqph40I+KfO4H wkX8DzohkJjI7TD5jxBa4ivFbz7RFgL514O1auTRtkaaqQr3kNySpFLjIg7CeQjJq1zU czPQ== MIME-Version: 1.0 X-Received: by 10.182.22.18 with SMTP id z18mr2049254obe.42.1382540809122; Wed, 23 Oct 2013 08:06:49 -0700 (PDT) Received: by 10.182.142.101 with HTTP; Wed, 23 Oct 2013 08:06:49 -0700 (PDT) In-Reply-To: <201310231415.r9NEFkXT003267@svn.freebsd.org> References: <201310231415.r9NEFkXT003267@svn.freebsd.org> Date: Wed, 23 Oct 2013 11:06:49 -0400 Message-ID: Subject: Re: svn commit: r256970 - user/ed/newcons/sys/dev/vt From: Benjamin Kaduk To: Aleksandr Rybalko Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "src-committers@freebsd.org" , svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 15:06:50 -0000 On Wed, Oct 23, 2013 at 10:15 AM, Aleksandr Rybalko wrote: > Author: ray > Date: Wed Oct 23 14:15:46 2013 > New Revision: 256970 > URL: http://svnweb.freebsd.org/changeset/base/256970 > > Log: > Turn off confusing rotation of scroll history. > Thanks! I saw that in the quarterly status report and was thinking to myself, "gosh, a fully cyclic history buffer might get confusing", so it's good to hear that it's fixed. -Ben