mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
refactor: Update input handling to set and use placeholder text
This commit is contained in:
parent
13cb6a315c
commit
2c12234604
2 changed files with 3 additions and 2 deletions
|
@ -429,7 +429,7 @@ class InputOutput:
|
|||
try:
|
||||
if self.prompt_session:
|
||||
# Use placeholder if set, then clear it
|
||||
default = self.placeholder
|
||||
default = self.placeholder or ""
|
||||
self.placeholder = None
|
||||
|
||||
line = self.prompt_session.prompt(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue