From e307caa847e4dae76211e8a9707530cf52c4cf3d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 22 Jan 2016 18:53:22 -0500 Subject: Only enable idle styling in the GUI version; properties.lua --- properties.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'properties.lua') 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 -- cgit v1.2.3