From 6013fde8332e8ecbffaf1a0977ba2e1da8ea8775 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Mar 2023 17:19:20 -0500 Subject: improvements towards a working dns control panel democui has the help menu try to add mouse support to gocui make a direct access method Margin() and Pad() tests add SPEW also push devel branch to github Signed-off-by: Jeff Carr --- cmds/textbox/main.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmds') diff --git a/cmds/textbox/main.go b/cmds/textbox/main.go index 76d0a42..b2c7e6d 100644 --- a/cmds/textbox/main.go +++ b/cmds/textbox/main.go @@ -24,7 +24,9 @@ func main() { arg.MustParse(&args) log.Println("Toolkit = ", args.Toolkit) - // gui.InitPlugins([]string{"andlabs"}) + gui.SetDebug(true) + // gui.InitPlugins([]string{"gocui"}) + // gui.InitPlugins([]string{"democui"}) gui.Main(initGUI) } -- cgit v1.2.3