about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-20 16:48:13 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-20 16:48:13 -0800
commit17ccb059b40a93afa99c411b3a8b734119a6192d (patch)
tree193af8b06e8eb8e4a2e130623687d4d7e13d76f8
parentd6ff198e7830a4a034bf00d03228ba7ee288028a (diff)
downloadteliva-17ccb059b40a93afa99c411b3a8b734119a6192d.tar.gz
update Readme to reflect lots more curses bindings
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1fc3a5a..2d490b2 100644
--- a/README.md
+++ b/README.md
@@ -85,13 +85,8 @@ and UTF-8 support.
 
 ## Will it run any Lua [lcurses](https://github.com/lcurses/lcurses) program?
 
-It only includes a few bindings from lcurses at the moment, but I plan to port
-everything over. There will likely be some discrepancies that I'll record here
-as I encounter them:
-
-- lcurses has some strange &ldquo;smarts&rdquo; that result in
-  `window:getch()` not behaving like the global `curses.getch()`. Teliva is
-  consistent with the underlying ncurses.
+Some functions in lcurses have [additional smarts](https://github.com/lcurses/lcurses/blob/master/lib/curses.lua).
+Teliva is consistent with the underlying ncurses.
 
 ## What's with the name?