From 87d31a3d94a26c733e3efda9dd2f60688332bc5a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 9 Feb 2025 09:00:40 -0600 Subject: stub in code to page large windows --- structs.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index a9d07e6..eb3905f 100644 --- a/structs.go +++ b/structs.go @@ -163,7 +163,9 @@ type window struct { order int // what level the window is on // resize bool // only set the title once collapsed bool // only show the window title bar - dense bool // true if the window is huge + dense bool // true if the window is dense + large bool // true if the window is huge + pager int // allows the user to page through the window } type colorT struct { -- cgit v1.2.3