diff options
author | 2014-10-21 15:06:59 -0400 | |
---|---|---|
committer | 2014-10-21 15:06:59 -0400 | |
commit | 58f2f4d02bc4f961077caa84e87fbb0a60ad2680 (patch) | |
tree | 92d0da97839b6f7295e38d5c0f9a1e57039a0ed7 /properties.lua | |
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 'properties.lua')
-rw-r--r-- | properties.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/properties.lua b/properties.lua index 87b682ac..43bc5d30 100644 --- a/properties.lua +++ b/properties.lua @@ -10,6 +10,7 @@ buffer.additional_selection_typing = true -- buffer.VS_USERACCESSIBLE buffer.rectangular_selection_modifier = (WIN32 or OSX) and buffer.MOD_ALT or buffer.MOD_SUPER +-- Note: rectangular selection modifier for CURSES is always ctrl + alt. --buffer.additional_carets_blink = false --buffer.additional_carets_visible = false |