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/empty_window.go | |
| parent | 51a671c2687b8f67768efd1de82acd33e0579e2b (diff) | |
replies
Diffstat (limited to 'client/empty_window.go')
| -rw-r--r-- | client/empty_window.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/empty_window.go b/client/empty_window.go index e40ab96..690049c 100644 --- a/client/empty_window.go +++ b/client/empty_window.go @@ -27,3 +27,5 @@ func (w emptyWindow) Input() *tui.TextInput { func (w emptyWindow) Send(text string) {} func (w emptyWindow) ShowStatusLine() {} + +func (w emptyWindow) ShowComposingReply() {} |
