FreeBSD Bugzilla – Attachment 215068 Details for
Bug 246080
vt options mismatch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
man vt + kernel NOTES + kernel options
vt.patch (text/plain), 1.51 KB, created by
David Marec
on 2020-05-30 18:14:28 UTC
(
hide
)
Description:
man vt + kernel NOTES + kernel options
Filename:
MIME Type:
Creator:
David Marec
Created:
2020-05-30 18:14:28 UTC
Size:
1.51 KB
patch
obsolete
>Index: share/man/man4/vt.4 >=================================================================== >--- share/man/man4/vt.4 (revision 361645) >+++ share/man/man4/vt.4 (working copy) >@@ -145,10 +145,10 @@ > These options are checked in the order shown. > .It Dv SC_NO_CUTPASTE > Disable mouse support. >-.It VT_FB_DEFAULT_WIDTH=X >+.It VT_FB_MAX_WIDTH=X > Set the default width to > .Fa X . >-.It VT_FB_DEFAULT_HEIGHT=Y >+.It VT_FB_MAX_HEIGHT=Y > Set the default height to > .Fa Y . > .El >Index: sys/conf/NOTES >=================================================================== >--- sys/conf/NOTES (revision 361645) >+++ sys/conf/NOTES (working copy) >@@ -1536,8 +1536,8 @@ > 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 >+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) >Index: sys/conf/options >=================================================================== >--- sys/conf/options (revision 361645) >+++ sys/conf/options (working copy) >@@ -797,8 +797,8 @@ > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 246080
:
213980
| 215068