diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 03:09:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 03:09:41 -0600 |
| commit | a907a4418a1f1d027b288b1bbd91a43b103f29f9 (patch) | |
| tree | 2fca47d404d84ad831995f0172a0cf3d4e6e0afd /structs.go | |
| parent | 07ddc4e44d6acacc7f253c8bd9da7f7248cafa94 (diff) | |
move code blocks around
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
