aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-04-03 16:56:14 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-04-03 16:56:14 -0400
commit679e188ec027978b37eb36a5f2d52bc2cf04ef77 (patch)
tree61da33e31c8f6f02fcc5fd53e406368635d5df43 /README.md
parent00153ab1c0f7307a8589c7d0cc0a3908cb7f0c34 (diff)
Textadept should support multiple curses platforms; remove ncurses references.
Requires Scintilla r4436 and Scinterm r45.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index c46bfd3a..bdf41ddb 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ speed or succumbing to code bloat and featuritis.
* Powerful snippets and key commands.
* Code autocompletion and API lookup.
* Unparalleled extensibility.
-* Terminal (ncurses) version.
+* Terminal (curses) version.
## Requirements
@@ -28,7 +28,8 @@ operating systems and depends only on [GTK+ 2.0][] version 2.18 or greater on
Linux. Lua is pre-compiled into Textadept on all platforms and a GTK+ runtime is
included on Windows and Mac OSX.
-The terminal version of Textadept requires only [ncurses][].
+The terminal version of Textadept requires only an implementation of curses like
+[ncurses][].
[GTK+ 2.0]: http://gtk.org
[ncurses]: http://invisible-island.net/ncurses/ncurses.html