From owner-svn-src-stable@freebsd.org Mon Jun 8 21:38:53 2020 Return-Path: Delivered-To: svn-src-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A910533C13A; Mon, 8 Jun 2020 21:38:53 +0000 (UTC) (envelope-from markj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49gmpj437pz4cWL; Mon, 8 Jun 2020 21:38:53 +0000 (UTC) (envelope-from markj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B9CDB198; Mon, 8 Jun 2020 21:38:53 +0000 (UTC) (envelope-from markj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 058LcrId093850; Mon, 8 Jun 2020 21:38:53 GMT (envelope-from markj@FreeBSD.org) Received: (from markj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 058LcqSs093847; Mon, 8 Jun 2020 21:38:52 GMT (envelope-from markj@FreeBSD.org) Message-Id: <202006082138.058LcqSs093847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: markj set sender to markj@FreeBSD.org using -f From: Mark Johnston Date: Mon, 8 Jun 2020 21:38:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r361942 - in stable/12: share/man/man4 sys/conf X-SVN-Group: stable-12 X-SVN-Commit-Author: markj X-SVN-Commit-Paths: in stable/12: share/man/man4 sys/conf X-SVN-Commit-Revision: 361942 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2020 21:38:53 -0000 Author: markj Date: Mon Jun 8 21:38:52 2020 New Revision: 361942 URL: https://svnweb.freebsd.org/changeset/base/361942 Log: MFC r361792: Update vt(4) config option names to chase r303043. PR: 246080 Modified: stable/12/share/man/man4/vt.4 stable/12/sys/conf/NOTES stable/12/sys/conf/options Directory Properties: stable/12/ (props changed) Modified: stable/12/share/man/man4/vt.4 ============================================================================== --- stable/12/share/man/man4/vt.4 Mon Jun 8 21:35:24 2020 (r361941) +++ stable/12/share/man/man4/vt.4 Mon Jun 8 21:38:52 2020 (r361942) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 28, 2017 +.Dd June 4, 2020 .Dt "VT" 4 .Os .Sh NAME @@ -145,11 +145,11 @@ In effect, this makes the right-hand mouse button perf These options are checked in the order shown. .It Dv SC_NO_CUTPASTE Disable mouse support. -.It VT_FB_DEFAULT_WIDTH=X -Set the default width to +.It VT_FB_MAX_WIDTH=X +Set the maximum width to .Fa X . -.It VT_FB_DEFAULT_HEIGHT=Y -Set the default height to +.It VT_FB_MAX_HEIGHT=Y +Set the maximum height to .Fa Y . .El .Sh BACKWARDS COMPATIBILITY Modified: stable/12/sys/conf/NOTES ============================================================================== --- stable/12/sys/conf/NOTES Mon Jun 8 21:35:24 2020 (r361941) +++ stable/12/sys/conf/NOTES Mon Jun 8 21:38:52 2020 (r361942) @@ -1535,9 +1535,9 @@ options VT_ALT_TO_ESC_HACK=1 # Prepend ESC sequence t options VT_MAXWINDOWS=16 # Number of virtual consoles options VT_TWOBUTTON_MOUSE # Use right mouse button to paste -# The following options set the default framebuffer size. -options VT_FB_DEFAULT_HEIGHT=480 -options VT_FB_DEFAULT_WIDTH=640 +# The following options set the maximum framebuffer size. +options VT_FB_MAX_HEIGHT=480 +options VT_FB_MAX_WIDTH=640 # The following options will let you change the default vt terminal colors. options TERMINAL_NORM_ATTR=(FG_GREEN|BG_BLACK) Modified: stable/12/sys/conf/options ============================================================================== --- stable/12/sys/conf/options Mon Jun 8 21:35:24 2020 (r361941) +++ stable/12/sys/conf/options Mon Jun 8 21:38:52 2020 (r361942) @@ -797,8 +797,8 @@ SC_PIXEL_MODE opt_syscons.h SC_RENDER_DEBUG opt_syscons.h SC_TWOBUTTON_MOUSE opt_syscons.h VT_ALT_TO_ESC_HACK opt_syscons.h -VT_FB_DEFAULT_WIDTH opt_syscons.h -VT_FB_DEFAULT_HEIGHT opt_syscons.h +VT_FB_MAX_WIDTH opt_syscons.h +VT_FB_MAX_HEIGHT opt_syscons.h VT_MAXWINDOWS opt_syscons.h VT_TWOBUTTON_MOUSE opt_syscons.h DEV_SC opt_syscons.h