diff options
author | 2013-04-03 16:56:14 -0400 | |
---|---|---|
committer | 2013-04-03 16:56:14 -0400 | |
commit | 679e188ec027978b37eb36a5f2d52bc2cf04ef77 (patch) | |
tree | 61da33e31c8f6f02fcc5fd53e406368635d5df43 /doc/14_Appendix.md | |
parent | 00153ab1c0f7307a8589c7d0cc0a3908cb7f0c34 (diff) | |
download | textadept-679e188ec027978b37eb36a5f2d52bc2cf04ef77.tar.gz textadept-679e188ec027978b37eb36a5f2d52bc2cf04ef77.zip |
Textadept should support multiple curses platforms; remove ncurses references.
Requires Scintilla r4436 and Scinterm r45.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r-- | doc/14_Appendix.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index 30f1e56d..adcafac8 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -99,12 +99,12 @@ As a special case, the empty capture `()` captures the current string position [Lua 5.2 Reference Manual]: http://www.lua.org/manual/5.2/manual.html#6.4.1 -## Ncurses Compatibility +## Curses Compatibility -Textadept 5.5 beta introduced an ncurses version that can run in a terminal -emulator. However, since ncurses is quite low-level in terms of graphics -capability compared to GTK+, the ncurses version of Textadept lacks some -features in its editing component Scintilla: +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: * Any settings with alpha values are not supported. * Autocompletion lists cannot show images (pixmap surfaces are not supported). @@ -115,8 +115,8 @@ features in its editing component Scintilla: drawing arrow shapes). * Caret settings like period, line style, and width are not supported (terminals use block carets with their own period definitions). -* Code pages other than UTF-8 have not been tested and it is possible ncurses - does not support them. +* Code pages other than UTF-8 have not been tested and it is possible some + curses implementations do not support them. * Edge lines are not displayed properly (the line is drawn over by text lines). * Extra ascent and decent for lines is not supported. * Fold lines are not supported (`surface->LineTo()` is not supported). |