From 7e882577864f5c1a52265693856f3aedb23fe2f7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 25 Nov 2014 23:12:23 -0500 Subject: Do not highlight the caret line in the command entry; properties.lua --- properties.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/properties.lua b/properties.lua index 972748bf..5ad9a388 100644 --- a/properties.lua +++ b/properties.lua @@ -35,7 +35,7 @@ buffer:set_y_caret_policy(buffer.CARET_SLOP + buffer.CARET_STRICT + -- Caret and Selection Styles. --buffer.sel_eol_filled = true -buffer.caret_line_visible = not CURSES +buffer.caret_line_visible = not CURSES and buffer ~= ui.command_entry --buffer.caret_line_visible_always = true --buffer.caret_period = 0 --buffer.caret_style = buffer.CARETSTYLE_BLOCK -- cgit v1.2.3