From ac0a3eb41f8e1cd753eca75153ad0613164727af Mon Sep 17 00:00:00 2001 From: szktkfm Date: Sun, 2 Jun 2024 21:56:06 +0900 Subject: [PATCH] fix: adjust ExpandedHelpHeight to prevent screen corruption --- ui/common/styles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/common/styles.go b/ui/common/styles.go index e655c43b..b15edf0f 100644 --- a/ui/common/styles.go +++ b/ui/common/styles.go @@ -10,7 +10,7 @@ import ( var ( SearchHeight = 3 FooterHeight = 1 - ExpandedHelpHeight = 11 + ExpandedHelpHeight = 12 InputBoxHeight = 8 SingleRuneWidth = 4 MainContentPadding = 1