diff options
| author | Jeff Carr <[email protected]> | 2023-04-27 20:41:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-27 20:41:53 -0500 |
| commit | 9e285c7affa3257a46e85acde6dc64a9c781b728 (patch) | |
| tree | 7e957fc0b5f6e631e762baffe292828e318e0910 /cmds/buttonplugin/log.go | |
| parent | 6f441738061b0528e86183402474ddb1cdf3c77a (diff) | |
gocui: grid width fixed
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/buttonplugin/log.go')
| -rw-r--r-- | cmds/buttonplugin/log.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
