From 15666309ee5188d0304f24f401113f6f56b05a32 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 14 Nov 2024 04:28:12 -0600 Subject: fakefile writes to stdout window work Signed-off-by: Jeff Carr --- structs.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 4fc2df1..c69971b 100644 --- a/structs.go +++ b/structs.go @@ -99,6 +99,9 @@ type config struct { // used for listWidgets() debugging depth int + + // used to attempt to write to the stdout window + fakefile *FakeFile } // deprecate these -- cgit v1.2.3