diff options
author | June McEnroe <june@causal.agency> | 2018-07-17 15:44:35 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-07-17 15:44:35 -0400 |
commit | e81cee1da82bd8d6bffd91ec67d0b3e957d89574 (patch) | |
tree | 838b8a75dbb3fe3d0d15d6fbad9d44247f711c83 /README | |
parent | Fix ncurses color pair numbering (diff) | |
download | torus-e81cee1da82bd8d6bffd91ec67d0b3e957d89574.tar.gz torus-e81cee1da82bd8d6bffd91ec67d0b3e957d89574.zip |
Tabify source
And other style changes.
Diffstat (limited to '')
-rw-r--r-- | README | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/README b/README index c4da87e..eda30ad 100644 --- a/README +++ b/README @@ -2,14 +2,14 @@ Welcome to ascii.town! This software targets FreeBSD and Darwin. - 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. - meta.c Exports metadata from data file to CSV. - merge.c Interactively merges two data files. - snapshot.sh Snapshots data file, appropriate for cron. + 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. + meta.c Exports metadata from data file to CSV. + merge.c Interactively merges two data files. + snapshot.sh Snapshots data file, appropriate for cron. - sshd_config Anonymous login to chrooted client. - termcap.diff Patch for bright colors in xterm and rxvt. - index.html Friendly directions. + sshd_config Anonymous login to chrooted client. + termcap.diff Patch for bright colors in xterm and rxvt. + index.html Friendly directions. |