From dc957f6bb77c9d89b52f22b605f79f7be110f546 Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 9 Jun 2025 12:58:52 -0500 Subject: replies --- client/ui.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/ui.go') 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, }) -- cgit v1.2.3