aboutsummaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index b91ef60..15aac60 100644
--- a/debug.go
+++ b/debug.go
@@ -22,7 +22,7 @@ import (
"maunium.net/go/tview"
)
-const DebugPaneHeight = 40
+const DebugPaneHeight = 35
type DebugPrinter interface {
Printf(text string, args ...interface{})