Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / pcvt / fontedit / fontedit.1
1 .\" $FreeBSD: src/usr.sbin/pcvt/fontedit/fontedit.1,v 1.4.2.2 2002/06/21 16:41:05 charnier Exp $
2 .\" $DragonFly: src/usr.sbin/pcvt/fontedit/Attic/fontedit.1,v 1.2 2003/06/17 04:29:59 dillon Exp $
3 .\"
4 .Dd January 16, 2001
5 .Dt FONTEDIT 1
6 .Os
7 .Sh NAME
8 .Nm fontedit
9 .Nd "edit fonts"
10 .Sh SYNOPSIS
11 .Nm
12 .Ar file
13 .Sh DESCRIPTION
14 The
15 .Nm
16 utility is used to edit the down line reloadable character set (DRCS) of a
17 .Tn VT220
18 terminal.
19 The editor has two display areas, one for displaying the
20 entry currently being manipulated, and one for displaying the complete
21 DRCS.
22 Commands to the editor take the form of function keys.
23 .Pp
24 The
25 .Nm
26 utility
27 takes one command line parameter, a
28 .Ar file
29 name.
30 This file is used to save the character set.
31 If the file exists when
32 .Nm
33 is invoked, it is read in to initialize the DRCS.
34 The file is written to when
35 .Nm
36 exits.
37 .Pp
38 Commands to
39 .Nm
40 take the form of function keys.
41 The current definitions are:
42 .Bl -tag -width "Cursors"
43 .It Ic HELP
44 Display a help screen.
45 .It Ic F6
46 Turn the pixel under the cursor on.
47 .It Ic F7
48 Turn the pixel under the cursor off.
49 .It Ic F13
50 Clear the display area.
51 .It Ic Find
52 Save the current font in the font table.
53 Update the DRCS display.
54 .It Ic Select
55 Extract the entry selected by the cursor in the DRCS display.
56 .It Ic Prev
57 Move the cursor to the previous entry in the DRCS display.
58 .It Ic Next
59 Move the cursor to the next entry in the DRCS display.
60 .It Ic Insert
61 Insert a blank line at the current cursor position.
62 The bottom row is lost.
63 .It Ic Remove
64 Remove the row at the current cursor position.
65 All rows below the
66 current one are shifted up.
67 .It Ic Cursors
68 Move the cursor in the main display area.
69 .El
70 .Pp
71 If the screen gets garbled, press
72 .Aq control\-L .
73 .Pp
74 To exit
75 .Nm ,
76 press
77 .Aq control\-D .
78 The DRCS will be saved in
79 .Ar file .
80 To exit without saving the DRCS, hit interrupt (usually
81 DEL).
82 .Sh DIAGNOSTICS
83 The
84 .Nm
85 utility
86 will issue a warning when the entry being worked on is not saved, and
87 some potentially destructive command, like
88 .Ic Select
89 is used.
90 To
91 override the warning message, immediately reissue the command.
92 .Sh AUTHORS
93 .An Greg Franks