diff options
| author | Jeff Carr <[email protected]> | 2023-04-27 00:10:23 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-27 00:10:23 -0500 |
| commit | f5468d9c1cdaf1b0a2e44fcc78621bfae23e44fa (patch) | |
| tree | f4da96c8302f70a8c683fae58ed568653f51cf2f /toolkit/widget.go | |
| parent | efa1b7eba77254d2607dae47e3e6ea70fc619932 (diff) | |
gocui: better output handlingv0.8.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/widget.go')
| -rw-r--r-- | toolkit/widget.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/widget.go b/toolkit/widget.go index f3d4773..38d4afc 100644 --- a/toolkit/widget.go +++ b/toolkit/widget.go @@ -95,6 +95,7 @@ const ( InitToolkit // initializes the toolkit CloseToolkit // closes the toolkit UserQuit // the user closed the GUI + EnableDebug // open the debugging window ) func (s WidgetType) String() string { |
