diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-09 12:58:52 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-09 12:58:52 -0500 |
| commit | dc957f6bb77c9d89b52f22b605f79f7be110f546 (patch) | |
| tree | d8956645e2926e4e649d1c8949b36c01158dfecf /client/ui.go | |
| parent | 51a671c2687b8f67768efd1de82acd33e0579e2b (diff) | |
replies
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, }) |
