diff options
author | 2014-02-12 20:08:12 -0500 | |
---|---|---|
committer | 2014-02-12 20:08:12 -0500 | |
commit | 797674b8f29ddca2c8714387db226535d2d4c8ab (patch) | |
tree | c51e382f2bec4f7cbaed5b500fa3a84ea2cb77b5 /doc/03_UserInterface.md | |
parent | e41406fbb3d02507964c89ef8bc1f7f42ae02f18 (diff) | |
download | textadept-797674b8f29ddca2c8714387db226535d2d4c8ab.tar.gz textadept-797674b8f29ddca2c8714387db226535d2d4c8ab.zip |
Added split views in the terminal version thanks to Chris Emerson.
Diffstat (limited to 'doc/03_UserInterface.md')
-rw-r--r-- | doc/03_UserInterface.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/03_UserInterface.md b/doc/03_UserInterface.md index 6f232d37..19e28534 100644 --- a/doc/03_UserInterface.md +++ b/doc/03_UserInterface.md @@ -30,9 +30,9 @@ Textadept's [buffer browser][] is always available and far more powerful. ## Editor View -Most of your time spent with Textadept is in the editor view. The GUI version -features unlimited view splitting both vertically and horizontally. Lua also has -complete control over all views. +Most of your time spent with Textadept is in the editor view. Both the GUI +version and the terminal version feature unlimited vertical and horizontal view +splitting. Lua also has complete control over all views. ## Find & Replace Pane |