From 0b67b198bdc439c62ac2e6a7cc18bd4be128faf7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 7 Feb 2025 02:44:52 -0600 Subject: finally drag works everywhere --- structs.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 6c6ca45..b32c059 100644 --- a/structs.go +++ b/structs.go @@ -83,12 +83,12 @@ type stdout struct { outputOffscreen bool // is the STDOUT window offscreen? lastW int // the last 'w' location (used to move from offscreen to onscreen) lastH int // the last 'h' location (used to move from offscreen to onscreen) - mouseOffsetW int // the current 'w' offset - mouseOffsetH int // the current 'h' offset - init bool // moves the window offscreen on startup - resize bool // user is resizing the window - outputS []string // the buffer of all the output - pager int // allows the user to page through the buffer + // mouseOffsetW int // the current 'w' offset + // mouseOffsetH int // the current 'h' offset + init bool // moves the window offscreen on startup + resize bool // user is resizing the window + outputS []string // the buffer of all the output + pager int // allows the user to page through the buffer } // settings for the dropdown window -- cgit v1.2.3