Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Document WSKBD_EVENT_AUTOREPEAT.
details: https://anonhg.NetBSD.org/src/rev/2dbbd11acb5b
branches: trunk
changeset: 580697:2dbbd11acb5b
user: augustss <augustss%NetBSD.org@localhost>
date: Wed May 04 10:54:51 2005 +0000
description:
Document WSKBD_EVENT_AUTOREPEAT.
diffstat:
share/man/man4/wscons.4 | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (38 lines):
diff -r 90a4cbfed15d -r 2dbbd11acb5b share/man/man4/wscons.4
--- a/share/man/man4/wscons.4 Wed May 04 10:01:32 2005 +0000
+++ b/share/man/man4/wscons.4 Wed May 04 10:54:51 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wscons.4,v 1.26 2004/10/04 01:08:28 wiz Exp $
+.\" $NetBSD: wscons.4,v 1.27 2005/05/04 10:54:51 augustss Exp $
.\"
.\" Copyright (c) 1999, 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -31,7 +31,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 4, 2004
+.Dd May 4, 2005
.Dt WSCONS 4
.Os
.Sh NAME
@@ -55,6 +55,7 @@
.Cd options WSDISPLAY_COMPAT_SYSCONS
.Cd options WSDISPLAY_COMPAT_USL
.Cd options WSDISPLAY_COMPAT_RAWKBD
+.Cd options WSKBD_EVENT_AUTOREPEAT
.Cd options WSKBD_USONLY
.Pp
.Cd "wsdisplay* at ..."
@@ -270,7 +271,10 @@
a screen switch will be rolled
back after a 5 second timeout if the application does not respond.
This option can be used to specify in seconds a different timeout value.
-.Dq WSKBD_USONLY
+.It Cd options WSKBD_EVENT_AUTOREPEAT
+If set, this option enables auto repeat even in event mode.
+The auto repeat will generate key down events while the key is pressed.
+.It Cd options WSKBD_USONLY
In order to strip down the space usage of wscons,
all keymaps except the US english one can be removed from the kernel
with this option, which results in a space gain of about 10kB.
Home |
Main Index |
Thread Index |
Old Index