diff options
Diffstat (limited to 'client/ui.go')
| -rw-r--r-- | client/ui.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/ui.go b/client/ui.go index 65983c3..e5917fa 100644 --- a/client/ui.go +++ b/client/ui.go @@ -180,6 +180,12 @@ func (a *application) showWindow() { tui.Pop() + tui.Push("replying to", tui.Box {Width: tui.Fill, Height: tui.Children}) + if prompt == win { + win.ShowComposingReply() + } + tui.Pop() + tui.Push("input container", tui.Box { Width: tui.Fill, Height: tui.Children, Dir: tui.Right, }) |
