shithub: orca

Download patch

ref: ee27e2b11cce65958bcd65c0d1d4cab9178aa051
parent: 8ce9de3b8a1f847fc0f94fddd154f911c21bdd33
author: cancel <cancel@cancel.fm>
date: Sun Nov 25 23:26:28 EST 2018

Remove mentions of TUI for now

--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-C engine for the ORCΛ programming environment, with a commandline interpreter
-and separate curses terminal user interface.
+C engine for the ORCΛ programming environment, with a commandline interpreter.
 
 ## Prerequisites
 
@@ -9,23 +8,10 @@
 clang.) No native Windows port yet, but it will probably build with cygwin
 already.
 
-### Terminal UI
-
-The above, plus ncurses or ncursesw. (Note: terminal UI doesn't yet do anything
-useful.)
-
 ## Build
 
-CLI interpreter:
-
 ```sh
 make [debug or release, default is debug]
-```
-
-TUI:
-
-```sh
-make [debug_tui or release_tui]
 ```
 
 The built binary will be placed at `build/[debug or release]/orca`