From 8ae3b987acf65f6a1f8ca01060ebb0eeb42aae4d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 5 Jan 2024 13:35:01 -0600 Subject: everything against 'gui/widget' Signed-off-by: Jeff Carr --- gocui/keybindings.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gocui/keybindings.go') diff --git a/gocui/keybindings.go b/gocui/keybindings.go index be05336..3e6f1a1 100644 --- a/gocui/keybindings.go +++ b/gocui/keybindings.go @@ -7,7 +7,7 @@ package main import ( "os" "github.com/awesome-gocui/gocui" - "go.wit.com/gui/toolkits" + "go.wit.com/gui/widget" ) func defaultKeybindings(g *gocui.Gui) error { @@ -141,9 +141,9 @@ func addDebugKeys(g *gocui.Gui) { g.SetKeybinding("", gocui.KeyCtrlD, gocui.ModNone, func(g *gocui.Gui, v *gocui.View) error { if (showDebug) { - var a toolkit.Action + var a widget.Action a.B = true - a.ActionType = toolkit.EnableDebug + a.ActionType = widget.EnableDebug callback <- a logInfo = true logVerbose = true -- cgit v1.2.3