From c707d3c29f44a79cb269d90bfe53bec8d8705a5e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 30 Jul 2017 03:10:22 -0400 Subject: Add termcap patch --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') 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 -- cgit 1.4.1