diff options
| author | Jeff Carr <[email protected]> | 2024-01-27 09:05:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-27 09:05:14 -0600 |
| commit | 9dfe7aa2b9253e8ffab304180e7beb703e856510 (patch) | |
| tree | 8a0c7c3890868eeeb0c03008d1ecd2c8c3b4c638 | |
| parent | 3388a2dc2c0560278a01e14abe53dc30bfecaee3 (diff) | |
nocui works
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | listWindow.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/listWindow.go b/listWindow.go index 1819b96..3432776 100644 --- a/listWindow.go +++ b/listWindow.go @@ -16,6 +16,7 @@ import ( ) var lw *gadgets.BasicWindow + var allsections []*section type witRepo struct { |
