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