aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-06-27 15:17:53 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-06-27 15:17:53 -0400
commitfb7e2d2d29485ed4698cbb0c873c189a9660cdb7 (patch)
treebf2965ac52aba2ad5cdf15f2aa0717cd9f20475a /README.md
parent85c589f9228d829741246a11982014e5e580a9a1 (diff)
Updated the manual, README, and FAQ with new ncurses information.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 92d57aec..8a945ef0 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ sacrificing speed or succumbing to code bloat and featuritis.
* Self-contained executable -- no installation necessary.
* Entirely keyboard driven.
-* Unlimited split views.
+* Unlimited split views (GUI version).
* Support for over 80 programming languages.
* Powerful snippets and key commands.
* Code autocompletion and API lookup.
@@ -27,7 +27,12 @@ operating systems and depends only on [GTK+ 2.0][] version 2.16 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 _experimental_ version of Textadept for the terminal requires only
+[ncurses][] and [CDK][].
+
[GTK+ 2.0]: http://gtk.org
+[ncurses]: http://invisible-island.net/ncurses/ncurses.html
+[CDK]: http://invisible-island.net/cdk/
## Download