aboutsummaryrefslogtreecommitdiff
path: root/properties.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2017-04-07 18:10:12 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2017-04-07 18:10:12 -0400
commitd255bd6711955192f98bed8bf0b98872dab7fca6 (patch)
treead4d14573ece5e8117c9de7ae246ecf711f70680 /properties.lua
parentea8dd79d8972d8a0e23d1be50cf26e3c2ccadda7 (diff)
downloadtextadept-d255bd6711955192f98bed8bf0b98872dab7fca6.tar.gz
textadept-d255bd6711955192f98bed8bf0b98872dab7fca6.zip
Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3.
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
Diffstat (limited to 'properties.lua')
-rw-r--r--properties.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/properties.lua b/properties.lua
index e06a9422..4374162c 100644
--- a/properties.lua
+++ b/properties.lua
@@ -179,3 +179,6 @@ buffer.wrap_mode = buffer.WRAP_NONE
-- buffer.edge_mode = not CURSES and buffer.EDGE_LINE or buffer.EDGE_BACKGROUND
-- buffer.edge_column = 80
--end
+
+-- Accessibility.
+buffer.accessibility = buffer.ACCESSIBILITY_DISABLED