Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2022 20:55:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 261311] vt newcons does not respect colors set in kernel configuration file
Message-ID:  <bug-261311-227-kTpmcEzYq6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261311-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261311-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261311

--- Comment #2 from Ed Maste <emaste@freebsd.org> ---
The aliases were introduced here:

commit 7344ee184bebe6d1df0c60f09d4952653c47c1d8
Author: Marius Strobl <marius@FreeBSD.org>
Date:   Fri Jun 27 19:57:57 2014 +0000

    In order to get vt(4) a bit closer to the feature set provided by sc(4),
    implement options TERMINAL_{KERN,NORM}_ATTR. These are aliased to
    SC_{KERNEL_CONS,NORM}_ATTR and like these latter, allow to change the
    default colors of normal and kernel text respectively.
    Note on the naming: Although affecting the output of vt(4), technically
    kern/subr_terminal.c is primarily concerned with changing default colors
    so it would be inconsistent to term these options VT_{KERN,NORM}_ATTR.
    Actually, if the architecture and abstraction of terminal+teken+vt would
    be perfect, dev/vt/* wouldn't be touched by this commit at all.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261311-227-kTpmcEzYq6>