summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.go b/main.go
index c1a95d0..ebc0cd3 100644
--- a/main.go
+++ b/main.go
@@ -250,9 +250,6 @@ func main() {
ui.Body.Width, ui.Body.Height = e.Width, e.Height
ui.Body.Resize()
- help.XOffset = (ui.Body.Width - help.X) / 2
- help.YOffset = (ui.Body.Height - help.Y) / 2
-
termResized <- true
})