diff options
Diffstat (limited to 'properties.lua')
-rw-r--r-- | properties.lua | 3 |
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 |