blob: 06c851ed4f2918221f698bf3f274f29dc87ce6fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Welcome to ascii.town!
This software targets FreeBSD and Darwin.
C source files are self-compiling, e.g. ./server.c.
torus.h Shared structures and message protocol.
server.c Maps torus.dat and listens on torus.sock.
client.c Curses client.
help.c Automated client which redraws a helpful banner.
On FreeBSD with TERM=xterm-256color, the client fails to display bright
colors. Applying termcap.diff sets it equivalent to TERM=xterm.
patch -p0 -o termcap < termcap.diff
cap_mkdb termcap
|