This commit is contained in:
Kartik K. Agaram 2021-12-25 13:53:18 -08:00
parent 434d36f81f
commit 4cb6fed4e0
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ them in Teliva and let people use regular Lua. Or other platforms!
- Teliva initializes the ncurses library by default, so apps should assume
they have access to a (color, UTF-8) text-mode window for printing text to,
and a keyboard for reading unbuffered keystrokes from.
and a keyboard for reading keystrokes from.
- Teliva doesn't use files for source code, so the `require` keyword no longer
makes sense. You get some libraries preloaded (see below). Beyond those,