diff options
author | 2000-10-11 21:27:19 +0000 | |
---|---|---|
committer | 2000-10-11 21:27:19 +0000 | |
commit | e51fac5d5b4017ef4523288de83c7a5df118072c (patch) | |
tree | 961429f977e0c5cb77c0ac86c1c52f2aff63df26 | |
parent | Fix a bogus scan code in pcvt_kbd.h that was preventing the RIGHT_SHIFT+PGUP/DN (diff) | |
download | wireguard-openbsd-e51fac5d5b4017ef4523288de83c7a5df118072c.tar.xz wireguard-openbsd-e51fac5d5b4017ef4523288de83c7a5df118072c.zip |
Now you can use both left and right SHIFT keys with PGUP/PGDN to scrollback in
the PCVT (i386) console.
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 index 0e310a9c024..f254628b024 100644 --- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 +++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcvt.4,v 1.24 2000/10/05 14:25:59 aaron Exp $ +.\" $OpenBSD: pcvt.4,v 1.25 2000/10/11 21:27:19 aaron Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore, .\" Joerg Wunsch and Holger Veit. @@ -110,7 +110,7 @@ have created additional entries. .Pp To use the scrollback feature, press -.Em LEFT_SHIFT+PGUP/PGDN +.Em SHIFT+PGUP/PGDN (more info further on this further down). .Ss Features The @@ -695,7 +695,7 @@ option It is often useful to be able to review text that has already scrolled off the screen. By default, 8 pages of scrollback buffer are available by navigating with the -.Em LEFT_SHIFT+PGUP/PGDN +.Em SHIFT+PGUP/PGDN keys. The scrollback buffer is destroyed when switching virtual terminals, changing line modes, or switching between 80/132 |