From efedd6522d9f9203a9b89c9b10792fb8b4054017 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 31 May 2021 18:54:15 +0100 Subject: [PATCH] set statusbar to height 0 --- component/layout/layout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/layout/layout.go b/component/layout/layout.go index 831b41c..ab2c827 100644 --- a/component/layout/layout.go +++ b/component/layout/layout.go @@ -41,7 +41,7 @@ const ( const ( minDimension = 3 - statusbarHeight = 1 + statusbarHeight = 0 ) func NewLayout(statusline *component.StatusBar, menu *component.Menu) *Layout {