From owner-freebsd-current@FreeBSD.ORG Tue Mar 10 06:25:34 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FEF7106566B for ; Tue, 10 Mar 2009 06:25:34 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 848DE8FC14 for ; Tue, 10 Mar 2009 06:25:33 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.3/8.14.3) with ESMTP id n2A6PWmj040940; Tue, 10 Mar 2009 09:25:32 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1236666332; bh=uXsj0MPKjViIBcbxxRThCpPJbvWOm090rxiSsKxMzBw=; l=295; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=OGacAqgxIAADvu+0RTYwJJ53LKBlfLOpK4Ta5mrOZPO396rsrKb+uSNf/EY/d8/NC 47HRg463EDyuEdXMs/yWvZolTdAJHyfjcUD5BDVGl1t/zwkKjiNyNPXSO7D91pQlcX 72Yk61hEAAHadgwu4y2ehzCX9Zh5x9zT3Fj1nQ7E= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id n2A6PWL7040939; Tue, 10 Mar 2009 09:25:32 +0300 (MSK) (envelope-from ache) Date: Tue, 10 Mar 2009 09:25:30 +0300 From: Andrey Chernov To: current@freebsd.org Message-ID: <20090310062530.GA40793@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , current@freebsd.org, ed@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: ed@freebsd.org Subject: Bug: new syscons always resets SR to line 24 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2009 06:25:35 -0000 It seems that new syscons always resets scrolling region to 24 lines in height and not count actual lines used (I run all screens at 80x30). As result reboot messages appearse closer to the middle of the 1st screen instead at the bottom, as always. Please fix. -- http://ache.pp.ru/