mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
properly handle ^c in /voice
This commit is contained in:
parent
26857e8563
commit
233433cc11
1 changed files with 5 additions and 4 deletions
|
@ -443,6 +443,7 @@ class Commands:
|
||||||
return
|
return
|
||||||
|
|
||||||
text = v.record_and_transcribe()
|
text = v.record_and_transcribe()
|
||||||
|
if text:
|
||||||
self.io.add_to_file_history(text)
|
self.io.add_to_file_history(text)
|
||||||
print()
|
print()
|
||||||
self.io.user_input(text, log_only=False)
|
self.io.user_input(text, log_only=False)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue