From owner-svn-src-head@freebsd.org Mon Feb 18 07:17:50 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E83714F5BD7; Mon, 18 Feb 2019 07:17:50 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from shxd.cx (mail.shxd.cx [64.201.244.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B3218160E; Mon, 18 Feb 2019 07:17:50 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from [76.77.180.168] (port=53550 helo=[192.168.86.51]) by shxd.cx with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1gvd3l-0001Xc-2v; Sun, 17 Feb 2019 23:09:49 -0800 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r344243 - head/stand/lua From: Devin Teske X-Mailer: iPhone Mail (15D60) In-Reply-To: Date: Sun, 17 Feb 2019 23:17:46 -0800 Cc: "Rodney W. Grimes" , Kyle Evans , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org, dteske@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <0D51AC98-0E84-4E66-B552-CE9D4A7EFCD7@freebsd.org> References: <201902180341.x1I3fjf5003561@pdx.rh.CN85.dnsmgr.net> To: Warner Losh Sender: devin@shxd.cx X-Rspamd-Queue-Id: 0B3218160E X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 18 Feb 2019 07:17:50 -0000 > On 17 Feb 2019, at 9:18 PM, Warner Losh wrote: >=20 > We did a lot of that traditionally in the FORTH loader too, and weren't al= ways that good about it. Uh, no. I only clear regions of the screen by positioning the cursor using A= NSI escape sequences and then drawing spaces. I do not clear the screen =E2=80= =9Ca lot=E2=80=9D and would like to think I was damned good about it. =E2=80=94=20 Devin=