about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index a1c429c..9a32fb2 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,18 @@ not my favorite, but it's good enough.
 Teliva is not tested much at all yet. This is my first time programming either
 in Lua or within Lua. Bug reports most appreciated.
 
+## Will it run any Ncurses program?
+
+Probably not. Ncurses is extremely portable. I don't test on all the
+configurations Ncurses supports. For example, I assume terminals with UTF-8
+support.
+
+## Will it run any Lua [lcurses](https://github.com/lcurses/lcurses) program?
+
+There are some exceptions. For example, lcurses has some strange
+“smarts” that result in `wgetch()` not behaving like `getch()`.
+Teliva doesn't reproduce such bugs.
+
 ## What's with the name?
 
 Teliva is the Tamil root for ‘clear’. Very much aspirational.
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122