aboutsummaryrefslogtreecommitdiff
path: root/doc/14_Appendix.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-04-11 23:58:33 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-04-11 23:58:33 -0400
commita65f9ac0c460fba64b2d8ddde2149661c025ea65 (patch)
tree9f1d3e7b73756b264974d0be272a722fc92e483e /doc/14_Appendix.md
parent2a54e9fcfd955b8cf63fa42f41292d1176026721 (diff)
downloadtextadept-a65f9ac0c460fba64b2d8ddde2149661c025ea65.tar.gz
textadept-a65f9ac0c460fba64b2d8ddde2149661c025ea65.zip
Added key modes and changed the command entry to use them.
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r--doc/14_Appendix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index d24e8c4e..1e4fd663 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -104,7 +104,7 @@ As a special case, the empty capture `()` captures the current string position
Textadept 5.5 beta introduced a curses version that can run in a terminal
emulator. However, since curses is quite low-level in terms of graphics
capability compared to GTK+, the curses version of Textadept lacks some features
-in its editing component Scintilla:
+in its editing component Scintilla and in general:
* Any settings with alpha values are not supported.
* Autocompletion lists cannot show images (pixmap surfaces are not supported).