summaryrefslogtreecommitdiff
path: root/sys/man/4
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-06-17 18:17:09 +0200
committercinap_lenrek <cinap_lenrek@centraldogma>2011-06-17 18:17:09 +0200
commit8fa679d04171417d9420b91471cf45e148b4cc50 (patch)
tree595a493474e645aba11dad85c27a205b6dd868e3 /sys/man/4
parent6861ffde749078ca42ac3fa873c5812ce03409dd (diff)
manpages
Diffstat (limited to 'sys/man/4')
-rw-r--r--sys/man/4/rio22
1 files changed, 17 insertions, 5 deletions
diff --git a/sys/man/4/rio b/sys/man/4/rio
index 1bcd94362..ad1e4f566 100644
--- a/sys/man/4/rio
+++ b/sys/man/4/rio
@@ -85,7 +85,11 @@ appear in both those directories.
.PP
Some of these files supply virtual versions of services available from the underlying
environment, in particular the character terminal files
-.IR cons (3),
+.B cons
+and
+.B kbd
+(see
+.IR kbdfs (8)),
and the mouse files
.IR mouse (3)
and
@@ -102,15 +106,15 @@ Other files are unique to
.TF window
.TP
.B cons
-is a virtual version of the standard terminal file
-.IR cons (3).
+a virtual version of the standard terminal file from
+.IR kbdfs (8).
.I Rio
supplies extra editing features and a scroll bar
(see
.IR rio (1)).
.TP
.B consctl
-controls interpretation of keyboard input.
+controls interpretation of console input.
Writing strings to it sets these modes:
.B rawon
turns on raw mode;
@@ -123,6 +127,14 @@ turns off hold mode.
Closing the file makes the window revert to default state
(raw off, hold off).
.TP
+.B kbd
+represents the raw keyboard events (see
+.IR kbdfs(8))
+for the corresponding window. While open,
+navigation keys and input on the
+.IR cons
+file is disabled.
+.TP
.B cursor
Like
.B mouse
@@ -402,6 +414,6 @@ lp /dev/wsys/123/window
.IR rio (1),
.IR draw (3),
.IR mouse (3),
-.IR cons (3),
+.IR kbdfs (8),
.IR event (2),
.IR graphics (2).