diff options
-rw-r--r-- | properties.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |