diff options
author | 2014-10-21 15:06:59 -0400 | |
---|---|---|
committer | 2014-10-21 15:06:59 -0400 | |
commit | 58f2f4d02bc4f961077caa84e87fbb0a60ad2680 (patch) | |
tree | 92d0da97839b6f7295e38d5c0f9a1e57039a0ed7 /FAQ.md | |
parent | 322c18cfa38f060a7267d79d4562ab0df94cf30e (diff) | |
download | textadept-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.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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? |