diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 07:28:35 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 07:28:35 -0700 |
commit | 9795cd502dd35fbeaae173eadc42db3a349e43b7 (patch) | |
tree | c08b935aeb46ea7082980c29dae293cbbffeca72 | |
parent | 4d33242953449b8430c0410cb043a0f5aa7c7797 (diff) | |
download | teliva-9795cd502dd35fbeaae173eadc42db3a349e43b7.tar.gz |
.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index b4e6073..912b1a0 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ code. ## Will it run any Lua program? Not quite. This approach doesn't make sense for batch programs, I think. I -also don't know how to obtain a simple, shallow Graphics stack, so there's no +also don't know how to obtain a simple, shallow graphics stack, so there's no support for graphics at the moment. Teliva initializes the ncurses library by default, so apps should assume they have access to a text-mode window for printing text to, and a keyboard for reading unbuffered keystrokes from. |