fix: Results height configurable. Properly collapse on border = false

This commit is contained in:
rockerBOO
2020-10-04 16:19:56 -04:00
parent a1cab377db
commit 1821eb11f1
4 changed files with 16 additions and 8 deletions

View File

@@ -41,6 +41,9 @@ function config.set_defaults(defaults)
set("prompt_position", "bottom")
set("preview_cutoff", 120)
set("results_height", 1)
set("results_width", 0.8)
set("border", {})
set("borderchars", { '', '', '', '', '', '', '', ''})