From 7880d9df6de1040258bea966f040e12be6205af1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 2 Dec 2023 19:02:51 -0600 Subject: gocui plugin refactor to a *node binary tree rename arg '--gui ' add a cloudflare example fixes since go v1.21 didn't compile anymore due to argv order more place() changes recursive size computation gocui: Major refactor to use the *node binary tree gocui: refactor place() and size() gocui: better place() and spacing (tab, buttons, etc) gocui: better mouse click handling gocui: switch to using tk.gocuiSize & tk.size gocui: event handling cleanups gocui: add window labels work gocui: struct cleanups gocui: duplicate binary tree structs removed gocui: deprecate old children Signed-off-by: Jeff Carr --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0a7f6ab..03137f9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ cmds/console-ui-helloworld/console-ui-helloworld cmds/debug/debug cmds/helloworld/helloworld cmds/textbox/textbox +cmds/cloudflare/cloudflare cmds/*/helloconsole # temporary files when building debian packages -- cgit v1.2.3