diff options
Diffstat (limited to 'static/netbsd/man1/man1.x68k/palette.1')
| -rw-r--r-- | static/netbsd/man1/man1.x68k/palette.1 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/static/netbsd/man1/man1.x68k/palette.1 b/static/netbsd/man1/man1.x68k/palette.1 new file mode 100644 index 00000000..3369daa2 --- /dev/null +++ b/static/netbsd/man1/man1.x68k/palette.1 @@ -0,0 +1,50 @@ +.\" $NetBSD: palette.1,v 1.7 2019/09/01 14:34:54 sevan Exp $ +.\" +.\" This software is in the Public Domain. +.\" Author: Masaru Oki +.\" +.Dd September 1, 2019 +.Dt PALETTE 1 x68k +.Os +.Sh NAME +.Nm palette +.Nd manipulate the text screen colormap +.Sh SYNOPSIS +.Nm palette +.Op Ar red green blue Op Ar code +.Sh DESCRIPTION +The +.Nm +utility manipulates the colormap of x68k's console. +The value of the color cell number +.Ar code +is replaced according to the arguments +.Ar red, green, blue +.Po +each value is an integer from +.Li 0 +to +.Li 31 +.Pc . +.Pp +Each part of the console corresponds to the +.Ar code : +.Bl -tag -width "foreground (default)" -compact +.It background +.Li 0 +.It cursor +.Li 1 +.It foreground (default) +.Li 7 +.El +.Pp +If no arguments are supplied, +.Nm +resets the colormap to the default. +.Sh HISTORY +A +.Nm +utility first appeared in +.Nx 1.4 . +.Sh BUGS +Quite a few. |
