diff options
| author | raven <citrons@mondecitronne.com> | 2025-10-22 16:29:49 -0500 |
|---|---|---|
| committer | raven <citrons@mondecitronne.com> | 2026-02-09 13:14:00 -0600 |
| commit | 72d94f57df249810498bf6550ad1177ca741f16f (patch) | |
| tree | 681554498b0ec79bba40006f38c8a2d20e85e400 | |
| parent | eff052139afd24a5c1e307b5582190aa2c2ae644 (diff) | |
rewrite this slightly
| -rw-r--r-- | client/ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ui.go b/client/ui.go index 6ea9fa5..3cba7e2 100644 --- a/client/ui.go +++ b/client/ui.go @@ -156,7 +156,7 @@ func (a *application) showWindow() { win := a.getWin() prompt := a.getPrompt() - a.getWin().Buffer().Show("buffer") + win.Buffer().Show("buffer") tui.Push("input border", tui.Box { Width: tui.Fill, Height: 1, Dir: tui.Left, Style: &tui.Style {Bg: tui.White, Fg: tui.Black}, |
