mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
Add blank line after input prompt in get_input function.
This commit is contained in:
parent
659ce00c40
commit
351c8206ee
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ def get_input(history_file, fnames):
|
||||||
print(char, end="", flush=True)
|
print(char, end="", flush=True)
|
||||||
time.sleep(random.uniform(0.05, 0.2))
|
time.sleep(random.uniform(0.05, 0.2))
|
||||||
print()
|
print()
|
||||||
|
print()
|
||||||
return input_line
|
return input_line
|
||||||
inp = ""
|
inp = ""
|
||||||
multiline_input = False
|
multiline_input = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue