summaryrefslogtreecommitdiff
path: root/client/ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/ui.go')
-rw-r--r--client/ui.go2
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},