summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index c9337b1..97c9dae 100644
--- a/structs.go
+++ b/structs.go
@@ -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