diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 19:00:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 19:00:00 -0600 |
| commit | 2a5734892a85804b6c44a0cd8dd22d20fed21d96 (patch) | |
| tree | 55e4164094dd468a8ef1812ed1cae5e7a605fc01 /structs.go | |
| parent | f5d465901d2ec48e145c3c7ce04eceb69445a11f (diff) | |
trying to fix Hidden() to use the parent
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ type stdout struct { init bool // moves the window offscreen on startup resize bool // user is resizing the window outputS []string // the buffer of all the output - + pager int // allows the user to page through the buffer } // settings for the dropdown window |
