diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-22 20:31:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-22 20:31:08 +0000 |
commit | 6d55147ba0e3de63f4b47d9030fa7809050fed2d (patch) | |
tree | 7a0ce7c846e2fe19634ff734814ce957b92420e5 /share | |
parent | 5d8b25514daa82b1a83ed1078325cd4bfd4f2f4c (diff) |
Tell what TERM value you should use to get color on sun emulation, and
device names for extra screens.
ok deraadt@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/wscons.4 | 11 | ||||
-rw-r--r-- | share/man/man4/wsdisplay.4 | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/share/man/man4/wscons.4 b/share/man/man4/wscons.4 index 16252e299e4..a9d0bd220ea 100644 --- a/share/man/man4/wscons.4 +++ b/share/man/man4/wscons.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wscons.4,v 1.14 2004/03/21 19:47:59 miod Exp $ +.\" $OpenBSD: wscons.4,v 1.15 2004/03/22 20:31:07 miod Exp $ .\" $NetBSD: wscons.4,v 1.11 2000/04/13 11:14:42 is Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -89,7 +89,7 @@ is assigned to each virtual screen when the screen is created (see Different terminal emulations can be active at the same time on one display. .Pp The following choices are available: -.Bl -tag -width xxxxxx +.Bl -tag -width vt100 .It dumb This minimal terminal support is always available. No control sequences are supported besides the ASCII control characters. @@ -108,7 +108,10 @@ It supports the control sequences of machine consoles and delivers its keyboard codes for function and keypad keys (as far as present on the actually used keyboard). .Pp -ANSI colors are also supported on this emulation. +ANSI colors are also supported on this emulation, if the +.Ev TERM +environment variable is set to +.Ar rcons-color . .Pp This emulation is sufficient for full-screen applications. .It vt100 @@ -227,7 +230,7 @@ find the driver entry points, symlinks are a helpful measure.) .Pp .Em Other options : -.Bl -tag -width xxxxxxxx +.Bl -tag -width 3n .It Cd option WS_KERNEL_FG=WSCOL_XXX .It Cd option WS_KERNEL_BG=WSCOL_XXX .It Cd option \&WS_KERNEL_COLATTR="(WSATTR_XXX | WSATTR_YYY)" diff --git a/share/man/man4/wsdisplay.4 b/share/man/man4/wsdisplay.4 index 8b33d7a330e..7719527b0bf 100644 --- a/share/man/man4/wsdisplay.4 +++ b/share/man/man4/wsdisplay.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsdisplay.4,v 1.27 2004/03/12 22:03:50 jmc Exp $ +.\" $OpenBSD: wsdisplay.4,v 1.28 2004/03/22 20:31:07 miod Exp $ .\" $NetBSD: wsdisplay.4,v 1.5 2000/05/13 15:22:19 mycroft Exp $ .\" .\" Copyright (c) 1999 Matthias Drochner. @@ -171,10 +171,10 @@ Consult the back-end drivers' documentation for which features are supported for each particular hardware type. .Sh FILES .Bl -tag -width /usr/include/dev/wscons/wsconsio.h -compact -.It Pa /dev/ttyC* +.It Pa /dev/tty[C-F]* terminal devices (per screen) -.It Pa /dev/ttyCcfg -control device +.It Pa /dev/tty[C-F]cfg +control device (per screen) .It Pa /usr/include/dev/wscons/wsconsio.h .El .Sh SEE ALSO |