Unhook gperf, it was only used by gcc2.
[dragonfly.git] / usr.sbin / pcvt / cursor / cursor.1
1 .\" Copyright (c) 1992, 2000 Hellmuth Michaelis
2 .\"
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
15 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17 .\" IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
18 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 .\"
25 .\" Last Edit-Date: [Mon Mar 27 16:33:23 2000]
26 .\"
27 .\" $FreeBSD: src/usr.sbin/pcvt/cursor/cursor.1,v 1.6.2.3 2001/12/14 16:48:10 ru Exp $
28 .\" $DragonFly: src/usr.sbin/pcvt/cursor/Attic/cursor.1,v 1.2 2003/06/17 04:29:59 dillon Exp $
29 .\"
30 .Dd March 27, 2000
31 .Dt CURSOR 1
32 .Os
33 .Sh NAME
34 .Nm cursor
35 .Nd set cursor shape for the pcvt VT220 video driver
36 .Sh SYNOPSIS
37 .Nm
38 .Op Fl d Ar device
39 .Op Fl n Ar screenno
40 .Op Fl s Ar lineno
41 .Op Fl e Ar lineno
42 .Sh DESCRIPTION
43 The
44 .Nm
45 utility allows the user to set the cursor shape in a given virtual screen
46 of the above mentioned driver.
47 .Pp
48 The options are as follows:
49 .Bl -tag -width Ds
50 .It Fl d
51 Specifies a device for which the cursor shape is set.
52 .It Fl n
53 Sets the virtual screen number to apply the following parameters to.
54 Not
55 specifying this parameter implies the current virtual screen or the screen
56 referenced by the -d parameter.
57 .It Fl s
58 Specifies the starting (top) scanline the cursor should have.
59 .It Fl e
60 Specifies the last (bottom) scanline the cursor should have.
61 .El
62 .Pp
63 Be aware of the fact that the parameters need to be adjusted for the current
64 size of the characterfont in use, on EGA and VGA boards sizes of 8, 14 and
65 16 scanlines are currently supported.
66 .Sh EXAMPLES
67 The command
68 .Dq Li cursor -s3 -e10
69 sets the cursor on the current virtual screen to a rectangular shape on a
70 14 line VGA screen.
71 .Sh BUGS
72 No known bugs
73 .Sh SEE ALSO
74 .Xr loadfont 1 ,
75 .Xr scon 1 ,
76 .Xr pcvt 4