diff options
| author | Jeff Carr <[email protected]> | 2023-04-06 06:29:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-06 06:29:00 -0500 |
| commit | 012c22faf3d3611d247fbe53928347770f6f4fbc (patch) | |
| tree | a3a13408137025b0d0a274b22b82c2120a65388f /toolkit/gocui/debug.go | |
| parent | 8e080579f3e4ba6927f2a35f8c5c87672d6ce290 (diff) | |
gocui: ready for 0.7.6v0.7.6
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/debug.go')
| -rw-r--r-- | toolkit/gocui/debug.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/gocui/debug.go b/toolkit/gocui/debug.go index 30f1822..9d036bb 100644 --- a/toolkit/gocui/debug.go +++ b/toolkit/gocui/debug.go @@ -7,6 +7,8 @@ import ( // "github.com/awesome-gocui/gocui" ) +var debugAction bool = false + func actionDump(b bool, a *toolkit.Action) { if (a == nil) { log(b, "action = nil") |
