summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 01:56:01 -0500
committerJeff Carr <[email protected]>2025-09-03 01:56:01 -0500
commit86aa5fb001bb873da1a491391f12b17a1a1990a0 (patch)
tree772cb747816a01d109d7f870389bce582eec39eb /structs.go
parent262426fb448d8bd616d1ed687f3da7e1ed2dc6a2 (diff)
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