Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / pcvt / fontedit / README
1 When I first saw this posted to rn, I tried to compile this on a machine 
2 running BSD UNIX.  Much to my dissapointment, It said "unable to find
3 /usr/include/termio.h" and thus it sat for a couple months.  I was able to
4 compile it on a 3b5, but I didn't have a vt220 hooked up to it.  I was doing
5 some unrelated work with ioctl calls and finally realized that it would not be
6 too hard to convert it from System V to BSD.  It also looked kind of strange
7 with the cursor on, so I turned this off.  To implement this, compile with
8 the "-DCURFIX" flag in the Makefile.  
9 I am working on a new version that uses curses and that would enable you to 
10 change the file that your are working on without leaving the program.  
11 I thought I'd post it as it is now, since it has a lot of uses right away.
12 Imagine changing your favorite game to have objects that look like what they 
13 are instead of the regular characters.  Also, I think people should post their
14 own character sets, if they come up with some neat stuff. 
15              Please send any comments or suggestions to:
16                                                   
17                  UUCP   : ..!harvard!bu-cs!bucsb!eap
18                  ARPANET: eap@bucsb.bu.edu  
19                  CSNET  : eap%bucsb@bu-cs   
20                                         
21                                        Have fun,
22
23                                             - Eric Pearce
24                                               Boston University
25
26
27
28
29
30
31
32
33
34
35
36