From dd828966eb011bedd0e67c076076dda80a156d31 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 19 Jun 2020 19:11:34 -0400 Subject: [PATCH] Remove extra height and positioning stuff --- ui/pager.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/pager.go b/ui/pager.go index 7c146b1..fab26ff 100644 --- a/ui/pager.go +++ b/ui/pager.go @@ -121,8 +121,6 @@ func (m *pagerModel) setSize(w, h int) { m.height = h m.viewport.Width = w m.viewport.Height = h - statusBarHeight - m.viewport.YPosition = 0 - m.viewport.Height = h - statusBarHeight m.textInput.Width = w - len(noteHeadingText) - len(notePromptText) - 1 if m.showHelp {