From d255bd6711955192f98bed8bf0b98872dab7fca6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 7 Apr 2017 18:10:12 -0400 Subject: 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. --- properties.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'properties.lua') 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 -- cgit v1.2.3