aboutsummaryrefslogtreecommitdiff
path: root/properties.lua
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 /properties.lua
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 'properties.lua')
-rw-r--r--properties.lua1
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