Date: Thu, 8 Mar 2018 23:42:33 +1100 (EST) From: Bruce Evans <brde@optusnet.com.au> To: Eitan Adler <lists@eitanadler.com> Cc: Bruce Evans <bde@freebsd.org>, src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r315480 - in head/sys: dev/syscons dev/vt kern teken Message-ID: <20180308225049.S1249@besplex.bde.org> In-Reply-To: <CAF6rxg=ij__uXSiaBHy%2B4VTiCLMwvOJOHHVKgkOYEFrD0%2B-TDA@mail.gmail.com> References: <201703181113.v2IBDs2T090790@repo.freebsd.org> <CAF6rxg=ij__uXSiaBHy%2B4VTiCLMwvOJOHHVKgkOYEFrD0%2B-TDA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 7 Mar 2018, Eitan Adler wrote: > On 18 March 2017 at 04:13, Bruce Evans <bde@freebsd.org> wrote: >> Author: bde >> Date: Sat Mar 18 11:13:54 2017 >> New Revision: 315480 >> URL: https://svnweb.freebsd.org/changeset/base/315480 >> >> Log: >> Fix bright colors for syscons, and make them work for the first time >> for vt. Restore syscons' rendering of background (bg) brightness as >> foreground (fg) blinking and vice versa, and add rendering of blinking >> as background brightness to vt. > > Is this one safe to MFC ? Fairly safe, except it might depend on my previous changes in syscons. They were fairly carefully ordered. You probably want all of them except colorized kernel console output with default colors that not everyone would like. Syscons an be fixed much more easily by not using scteken (teken upper layers and scteken.c). scterm-sc.c from FreeBSD-7 requires only 46 lines of patches to work again. Known lost functionality in scteken will take an estimated 2000 lines of patches to fix. I have written about 1/3 of these. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180308225049.S1249>