about summary refs log tree commit diff homepage
path: root/README
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-07-30 03:10:22 -0400
committerJune McEnroe <june@causal.agency>2017-07-30 03:10:22 -0400
commitf9c2dd1b4b6acfcb9cc3d9e69e177e1d9d2597d6 (patch)
tree0cd25d71709b11bbc9a0a7d694315bacb1873708 /README
parentAdd README (diff)
downloadtorus-f9c2dd1b4b6acfcb9cc3d9e69e177e1d9d2597d6.tar.gz
torus-f9c2dd1b4b6acfcb9cc3d9e69e177e1d9d2597d6.zip
Add termcap patch
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 954c12c..06c851e 100644
--- a/README
+++ b/README
@@ -8,3 +8,9 @@ C source files are self-compiling, e.g. ./server.c.
     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