diff options
author | 2012-08-05 15:14:29 -0400 | |
---|---|---|
committer | 2012-08-05 15:14:29 -0400 | |
commit | 712714e6b77cd1da6d02b764ad3c3dade0b94704 (patch) | |
tree | 33712e77c5ddf4599ee1c01e29cea0b3957299f5 | |
parent | 692e95275aaa72cf9c4b62221af2e388f764be73 (diff) | |
download | textadept-712714e6b77cd1da6d02b764ad3c3dade0b94704.tar.gz textadept-712714e6b77cd1da6d02b764ad3c3dade0b94704.zip |
Updated FAQ.md about ncurses terminal support.
-rw-r--r-- | FAQ.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -72,6 +72,12 @@ The ncurses version does not support feature _x_ the GUI version does. Is this a bug? **A:** +Maybe. Some terminals do not recognize certain key commands like `Shift+Arrow` +for making selections. Linux's virtual terminals (the ones accessible with +`Ctrl+Alt+FunctionKey`) are an example. GNOME Terminal, LXTerminal and XTerm +seem to work fine. rxvt and rxvt-unicode do not work out of the box, but may be +configurable. + Please see the [ncurses compatibility][] section of the appendix. If the feature in question is not listed there, it may be a bug. Please [contact][] me with any bug reports. |