diff options
| author | Jeff Carr <[email protected]> | 2023-04-16 13:53:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-16 13:53:47 -0500 |
| commit | 34146ffd1036a3944767f25556a9117d5eaffd0d (patch) | |
| tree | f7b06cd8219ffae0496ef508a997ace7dea048d5 /toolkit/gocui/showMsg.go | |
| parent | 20987c868a7f290b92f811e07084aae5f38ff170 (diff) | |
attempt at a fake file
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/showMsg.go')
| -rw-r--r-- | toolkit/gocui/showMsg.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/gocui/showMsg.go b/toolkit/gocui/showMsg.go index 2a0a873..f3cd0e7 100644 --- a/toolkit/gocui/showMsg.go +++ b/toolkit/gocui/showMsg.go @@ -44,6 +44,7 @@ func showMsg(g *gocui.Gui, v *gocui.View) error { l += "foo\n" + "bar\n" fmt.Fprintln(v, l) } - g.SetViewOnTop("msg") + // g.SetViewOnTop("msg") + g.SetViewOnBottom("msg") return nil } |
