diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ type stdout struct { outputS []string // the buffer of all the output pager int // allows the user to page through the buffer changed bool // indicates the user has changed stdout. gocui should remember the state here + reverse bool // flip the STDOUT upside down so new STDOUT lines are at the top } // settings for the dropdown window |
