aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-10-21 15:06:59 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-10-21 15:06:59 -0400
commit58f2f4d02bc4f961077caa84e87fbb0a60ad2680 (patch)
tree92d0da97839b6f7295e38d5c0f9a1e57039a0ed7 /FAQ.md
parent322c18cfa38f060a7267d79d4562ab0df94cf30e (diff)
downloadtextadept-58f2f4d02bc4f961077caa84e87fbb0a60ad2680.tar.gz
textadept-58f2f4d02bc4f961077caa84e87fbb0a60ad2680.zip
Enable mouse clicks and movements in the terminal version.
This requires Scinterm r92 (changset 90ba2dd413c3).
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 641d71c9..408dbedf 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -107,6 +107,18 @@ Please see the LuaDoc on [compile and run commands][].
- - -
**Q:**
+In Linux, middle-clicking in the curses version does not paste the primary
+selection and selecting text does copy to the primary selection. All other
+terminal apps support this functionality, why not Textadept?
+
+**A:**
+It does; use the `Shift` modifier key with your middle-clicking and text
+selecting. Textadept interprets non-`Shift`ed mouse events like a GUI
+application.
+
+- - -
+
+**Q:**
The curses version does not support feature _x_ the GUI version does. Is this a
bug?