oksh-noxz

[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
git clone https://noxz.tech/git/oksh-noxz.git
oksh-noxz

commit: cb2378ad6b3c8ae8c45c786ce7f8367b5e78f12f
parent: bbbcad24eea02b8fc58c93bc732d3cc207af4116
author: Brian Callahan <ibara@users.noreply.github.com>
date:   Sun, 23 Sep 2018 14:34:56 -0400
Add note about ncurses in README.mdcb2378ad6b3c8ae8c45c786ce7f8367b5e78f12f
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
@@ -55,6 +55,10 @@ Dependencies
 A C99 compiler is the easiest way to ensure that `oksh` will build correctly.
 Please see the list of C compilers above for a list of known working compilers.
 
+Though not required, the `ncurses` library will be used for screen clearing
+routines if the library is found during the `configure` stage. This can be
+turned off by the user by passing the `--disable-curses` flag to `configure`.
+
 A `configure` script that produces a `POSIX` `Makefile` is provided to
 ease building and installation and can be run by:
 ```