diff options
author | 2014-11-24 22:54:42 -0500 | |
---|---|---|
committer | 2014-11-24 22:54:42 -0500 | |
commit | 4b2b6604c42697863c1c6651160ce0b0e9b4ae73 (patch) | |
tree | 032af70a394bb9b756ad32f3841cd81b2d47c609 | |
parent | 31399755d49c4501335e6c7146b06ee49f0e61bd (diff) | |
download | textadept-4b2b6604c42697863c1c6651160ce0b0e9b4ae73.tar.gz textadept-4b2b6604c42697863c1c6651160ce0b0e9b4ae73.zip |
Updated curses compatibility notes; doc/manual.md
-rw-r--r-- | doc/manual.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual.md b/doc/manual.md index bfdb48a7..73fdb5d6 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1788,8 +1788,9 @@ As a special case, the empty capture `()` captures the current string position ## Curses Compatibility Textadept 5.5 beta introduced a curses version that is capable of running in a -terminal emulator. However, it lacks some GUI features due to the terminal's -constraints: +terminal emulator. However, it requires a font with good glyph support (like +DejaVu Sans Mono or Liberation Mono), and lacks some GUI features due to the +terminal's constraints: * No alpha values or transparency. * No images in autocompletion lists. Instead, autocompletion lists show the |