about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-01-24 20:51:46 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-01-24 20:51:46 -0800
commit1ee25077b8cc720f18f8d647414ba83de236cd38 (patch)
tree805417a27bca735810f3216d759a3436bec068df
parent6d53235dfcfb5cb3008d3b16c021a3b24b59112a (diff)
downloadteliva-1ee25077b8cc720f18f8d647414ba83de236cd38.tar.gz
documentation for NetBSD
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index d70fb3c..69aa97d 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ OS and package manager of choice:
 * `sudo apt install libncursesw6-dev openssl`
 * `brew install ncurses openssl`
 
-So far I've tested Teliva on Linux, Mac OS X and OpenBSD; it should also work
+So far I've tested Teliva on Linux, Mac OS X, OpenBSD and NetBSD; it should work
 on other flavors of BSD, WSL on Windows, etc. with only minor modifications.
 
 ## What else can it do?
@@ -212,8 +212,11 @@ Teliva is the Tamil root for &lsquo;clear&rsquo;. Very much aspirational.
   a consequence the menu sometimes mentions keys that don't work, just to
   encourage people to try options.)
 
-* chesstv.tlv doesn't yet work on OpenBSD for some reason I haven't
-  investigated yet.
+* chesstv.tlv silently fails on OpenBSD and NetBSD for some reason I haven't
+  investigated yet. Interestingly, I'm running Teliva with curses on NetBSD
+  but ncurses on OpenBSD, so that is probably not an issue.
+
+* life.tlv looks terrible on OpenBSD and NetBSD, with lines wrapping halfway.
 
 ## Mirrors and Forks