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/window | |
| parent | 51a671c2687b8f67768efd1de82acd33e0579e2b (diff) | |
replies
Diffstat (limited to 'client/window')
| -rw-r--r-- | client/window/window.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/window/window.go b/client/window/window.go index 014bb7a..80777cc 100644 --- a/client/window/window.go +++ b/client/window/window.go @@ -14,6 +14,7 @@ type Window interface { Location() Location Kill() Buffer() *buffer.Buffer + ShowComposingReply() } type Prompt interface { @@ -70,3 +71,5 @@ func (w *DefaultWindow) Input() *tui.TextInput { func (w *DefaultWindow) Send(text string) {} func (w *DefaultWindow) ShowStatusLine() {} + +func (w *DefaultWindow) ShowComposingReply() {} |
