summaryrefslogtreecommitdiff
path: root/eventGocui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-31 16:05:34 -0600
committerJeff Carr <[email protected]>2025-01-31 22:08:21 -0600
commitbac14a675bb0cf284809ff31db98f4a3799fe1f6 (patch)
treefb8ca54f5b8fcf949fa6b57c417fc23cd5f2254e /eventGocui.go
parentb7cd6d07fcaa69d009b3f33f7c59afb16b719029 (diff)
lots of work to clean up my old code
Diffstat (limited to 'eventGocui.go')
-rw-r--r--eventGocui.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/eventGocui.go b/eventGocui.go
index c7f4011..39a4892 100644
--- a/eventGocui.go
+++ b/eventGocui.go
@@ -51,6 +51,7 @@ func gocuiEvent(g *gocui.Gui) error {
}
func dragOutputWindow() {
+ log.Log(GOCUI, "todo: make dragOutputWindow")
}
// turns off the frame on the global window
@@ -64,6 +65,8 @@ func setFrame(b bool) {
v.Frame = b
}
+// a test. exits gocui, but the application still runs
+// maybe can switch toolkits?
func quit(g *gocui.Gui, v *gocui.View) error {
return gocui.ErrQuit
}