From 8609cbd90ca0aaa7e1dad8f3c39f19aa9b7f4bd3 Mon Sep 17 00:00:00 2001 From: ruinivist Date: Sun, 4 Jan 2026 01:50:18 +0000 Subject: [PATCH] fix divider height --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 1a9d374..bcef19e 100644 --- a/main.go +++ b/main.go @@ -159,6 +159,7 @@ func (m model) View() string { tree := m.tree.View() tree = lipgloss.NewStyle(). Border(lipgloss.NormalBorder()). + Height(m.terminalHeight). Width(40). Align(lipgloss.Left). PaddingRight(2).