aboutsummaryrefslogtreecommitdiffhomepage
path: root/properties.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-01-20 01:21:45 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-01-20 01:21:45 -0500
commit699550db6c4aad4d4f852694d7d6a100b790e839 (patch)
tree0ee28516d82aab56722904103282a8e610554c07 /properties.lua
parent34ee45b2f180af575b8a1314ca15dc3de1e98fbd (diff)
Updated to Scintilla 3.6.3 and enabled idle styling.
Patched Scintilla to prevent warning on widget destroy.
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 4e53267e..a490c75b 100644
--- a/properties.lua
+++ b/properties.lua
@@ -34,6 +34,9 @@ buffer.view_ws = buffer.WS_INVISIBLE
-- Line Endings
buffer.view_eol = false
+-- Styling.
+buffer.idle_styling = buffer.IDLESTYLING_ALL
+
-- Caret and Selection Styles.
--buffer.sel_eol_filled = true
buffer.caret_line_visible = not CURSES and buffer ~= ui.command_entry