Re: svn commit: r344243 - head/stand/lua

2019-02-18 Thread Warner Losh
On Mon, Feb 18, 2019 at 12:17 AM Devin Teske wrote: > > > > On 17 Feb 2019, at 9:18 PM, Warner Losh wrote: > > > > We did a lot of that traditionally in the FORTH loader too, and weren't > always that good about it. > > Uh, no. I only clear regions of the screen by positioning the cursor using >

Re: svn commit: r344243 - head/stand/lua

2019-02-18 Thread Poul-Henning Kamp
In message <0d51ac98-0e84-4e66-b552-ce9d4a7ef...@freebsd.org>, Devin Teske writes: >Uh, no. I only clear regions of the screen by positioning the cursor using >ANSI escape sequences and then drawing spaces. [...] One thing the loader should do, is clear any scrolling regions which may h

Re: svn commit: r344243 - head/stand/lua

2019-02-17 Thread Devin Teske
> On 17 Feb 2019, at 9:18 PM, Warner Losh wrote: > > We did a lot of that traditionally in the FORTH loader too, and weren't > always that good about it. Uh, no. I only clear regions of the screen by positioning the cursor using ANSI escape sequences and then drawing spaces. I do not clear t

Re: svn commit: r344243 - head/stand/lua

2019-02-17 Thread Warner Losh
On Sun, Feb 17, 2019 at 8:42 PM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans wrote: > > > > > > Author: kevans > > > Date: Mon Feb 18 02:59:47 2019 > > > New Revision: 344243 > > > URL: https://svnweb.freebsd.org/changeset/base/344243 >

Re: svn commit: r344243 - head/stand/lua

2019-02-17 Thread Ian Lepore
On Sun, 2019-02-17 at 19:41 -0800, Rodney W. Grimes wrote: > > On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans > > wrote: > > > > > > Author: kevans > > > Date: Mon Feb 18 02:59:47 2019 > > > New Revision: 344243 > > > URL: https://svnweb.freebsd.org/changeset/base/344243 > > > > > > Log: > > > lua

Re: svn commit: r344243 - head/stand/lua

2019-02-17 Thread Rodney W. Grimes
> On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans wrote: > > > > Author: kevans > > Date: Mon Feb 18 02:59:47 2019 > > New Revision: 344243 > > URL: https://svnweb.freebsd.org/changeset/base/344243 > > > > Log: > > lualoader: only clear the screen before first password prompt > > > > This was previ

Re: svn commit: r344243 - head/stand/lua

2019-02-17 Thread Kyle Evans
On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans wrote: > > Author: kevans > Date: Mon Feb 18 02:59:47 2019 > New Revision: 344243 > URL: https://svnweb.freebsd.org/changeset/base/344243 > > Log: > lualoader: only clear the screen before first password prompt > > This was previously an unconditional

svn commit: r344243 - head/stand/lua

2019-02-17 Thread Kyle Evans
Author: kevans Date: Mon Feb 18 02:59:47 2019 New Revision: 344243 URL: https://svnweb.freebsd.org/changeset/base/344243 Log: lualoader: only clear the screen before first password prompt This was previously an unconditional screen clear, regardless of whether or not we would be prompting