diff options
-rw-r--r-- | properties.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/properties.lua b/properties.lua index a490c75b..0e568005 100644 --- a/properties.lua +++ b/properties.lua @@ -34,8 +34,8 @@ buffer.view_ws = buffer.WS_INVISIBLE -- Line Endings buffer.view_eol = false --- Styling. -buffer.idle_styling = buffer.IDLESTYLING_ALL +-- Styling +if not CURSES then buffer.idle_styling = buffer.IDLESTYLING_ALL end -- Caret and Selection Styles. --buffer.sel_eol_filled = true |