[Bug 263099] vidcontrol(1) -p and -P does not work
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 00:27:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263099
--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c71ae91f1976746b380a8aada8676d7ae084fdc5
commit c71ae91f1976746b380a8aada8676d7ae084fdc5
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-04-07 00:19:54 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-04-07 00:26:43 +0000
vidcontrol: disable p, P, and H when vt(4) is in use
These options use the CONS_SCRSHOT ioctl to capture the contents of the
current console, which is not yet supported by vt(4). Disable the
options when vt(4) is in use rather than emitting a possibly confusing
error message.
This change should be reverted if CONS_SCRSHOT is implemented for vt(4).
PR: 263099
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
usr.sbin/vidcontrol/vidcontrol.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.