Date: Thu, 07 Apr 2022 00:27:11 +0000 From: bugzilla-noreply@freebsd.org To: stable@FreeBSD.org Subject: [Bug 263099] vidcontrol(1) -p and -P does not work Message-ID: <bug-263099-1689-x5bpykvtmm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263099-1689@https.bugs.freebsd.org/bugzilla/> References: <bug-263099-1689@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=3D263099 --- Comment #10 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dc71ae91f1976746b380a8aada8676d7ae= 084fdc5 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(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263099-1689-x5bpykvtmm>