From a907a4418a1f1d027b288b1bbd91a43b103f29f9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 5 Feb 2024 03:09:41 -0600 Subject: move code blocks around Signed-off-by: Jeff Carr --- structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 365a43c..5dc3fea 100644 --- a/structs.go +++ b/structs.go @@ -42,8 +42,8 @@ type config struct { ctrlDown *tree.Node // shown if you click the mouse when the ctrl key is pressed currentWindow *guiWidget // this is the current tab or window to show logStdout *tree.Node // where to show STDOUT - startOutputW int - startOutputH int + startOutputW int + startOutputH int helpLabel *gocui.View // this is a floating widget that we show whenever the user clicks on a -- cgit v1.2.3