From 86aa5fb001bb873da1a491391f12b17a1a1990a0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Sep 2025 01:56:01 -0500 Subject: reverse in STDOUT is no longer the default --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') 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 -- cgit v1.2.3