diff options
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 |
