diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
