chore: update input height from 6 to 8 (#2582)

This commit is contained in:
yetone
2025-08-04 20:55:01 +08:00
committed by GitHub
parent 66cfbb4c19
commit b941cd902d

View File

@@ -617,7 +617,7 @@ M._defaults = {
}, },
input = { input = {
prefix = "> ", prefix = "> ",
height = 6, -- Height of the input window in vertical layout height = 8, -- Height of the input window in vertical layout
}, },
edit = { edit = {
border = { " ", " ", " ", " ", " ", " ", " ", " " }, border = { " ", " ", " ", " ", " ", " ", " ", " " },