From 9e285c7affa3257a46e85acde6dc64a9c781b728 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 27 Apr 2023 20:41:53 -0500 Subject: gocui: grid width fixed Signed-off-by: Jeff Carr --- cmds/buttonplugin/log.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmds/buttonplugin/log.go') diff --git a/cmds/buttonplugin/log.go b/cmds/buttonplugin/log.go index fb85cfa..70039df 100644 --- a/cmds/buttonplugin/log.go +++ b/cmds/buttonplugin/log.go @@ -9,6 +9,7 @@ import ( "time" "bufio" arg "github.com/alexflint/go-arg" + "git.wit.org/wit/gui" ) @@ -17,6 +18,7 @@ var args struct { Bar bool User string `arg:"env:USER"` Demo bool `help:"run a demo"` + gui.GuiArgs } var f1 *os.File -- cgit v1.2.3