From f5468d9c1cdaf1b0a2e44fcc78621bfae23e44fa Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 27 Apr 2023 00:10:23 -0500 Subject: gocui: better output handling Signed-off-by: Jeff Carr --- toolkit/widget.go | 1 + 1 file changed, 1 insertion(+) (limited to 'toolkit/widget.go') 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 { -- cgit v1.2.3