Expand PMF_FN_* macros.
[netbsd-mini2440.git] / share / man / man1 / man1.x68k / palette.1
blob2d5c23dcc370229089ab47b20b5f8b62eba0bc97
1 .\"     $NetBSD: palette.1,v 1.5 2000/11/07 06:43:25 lukem Exp $
2 .\"
3 .\" This software is in the Public Domain.
4 .\" Author: Masaru Oki
5 .\"
6 .Dd March 5, 1995
7 .Dt PALETTE 1 x68k
8 .Os
9 .Sh NAME
10 .Nm palette
11 .Nd manipulate the text screen colormap
12 .Sh SYNOPSIS
13 .Nm palette
14 .Op Ar red green blue Op Ar code
15 .Sh DESCRIPTION
16 The
17 .Nm
18 utility manipulates the colormap of x68k's console.
19 The value of the color cell number
20 .Ar code
21 is replaced according to the arguments
22 .Ar red, green, blue
23 .Po
24 each value is an integer from
25 .Li 0
27 .Li 31
28 .Pc .
29 .Pp
30 Each part of the console corresponds to the
31 .Ar code :
32 .Bl -tag -width "foreground (default)" -compact
33 .It background
34 .Li 0
35 .It cursor
36 .Li 1
37 .It foreground (default)
38 .Li 7
39 .El
40 .Pp
41 If no arguments are supplied,
42 .Nm
43 resets the colormap to the default.
44 .Sh BUGS
45 Quite a few.