From owner-svn-src-user@FreeBSD.ORG Thu Oct 31 09:50:01 2013 Return-Path: <owner-svn-src-user@FreeBSD.ORG> 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 A44626B0; Thu, 31 Oct 2013 09:50:01 +0000 (UTC) (envelope-from ray@freebsd.org) Received: from smtp.dlink.ua (smtp.dlink.ua [193.138.187.146]) by mx1.freebsd.org (Postfix) with ESMTP id 5EEBF2E28; Thu, 31 Oct 2013 09:50:01 +0000 (UTC) Received: from terran (unknown [192.168.99.1]) (Authenticated sender: ray) by smtp.dlink.ua (Postfix) with ESMTPA id E1835C4955; Thu, 31 Oct 2013 11:49:53 +0200 (EET) Date: Thu, 31 Oct 2013 11:50:07 +0200 From: Aleksandr Rybalko <ray@freebsd.org> To: Aleksandr Rybalko <ray@FreeBSD.org> Subject: Re: svn commit: r257431 - in user/ed/newcons/sys: kern teken Message-Id: <20131031115007.a989e91b4bc7ef0b14764469@freebsd.org> In-Reply-To: <201310310944.r9V9im7k022079@svn.freebsd.org> References: <201310310944.r9V9im7k022079@svn.freebsd.org> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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" <svn-src-user.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-user>, <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user> List-Post: <mailto:svn-src-user@freebsd.org> List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-user>, <mailto:svn-src-user-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 31 Oct 2013 09:50:01 -0000 On Thu, 31 Oct 2013 09:44:48 +0000 (UTC) Aleksandr Rybalko <ray@FreeBSD.org> wrote: > Author: ray > Date: Thu Oct 31 09:44:48 2013 > New Revision: 257431 > URL: http://svnweb.freebsd.org/changeset/base/257431 > > Log: > Add teken_subr_do_resize new method, to update taken sizes w/o reset positions > and use it in case we update terminal size not touching existing data. Oops, should be about teken_set_winsize_noreset. teken_subr_do_resize added to, but it is teken internal. > > Sponsored by: The FreeBSD Foundation > > Modified: > user/ed/newcons/sys/kern/subr_terminal.c > user/ed/newcons/sys/teken/teken.c > user/ed/newcons/sys/teken/teken.h > user/ed/newcons/sys/teken/teken_subr.h > -- Aleksandr Rybalko <ray@freebsd.org>