Skip to content

Commit 178fef0

Browse files
Remove contintuation prompt
We are not able to easily replicate it after the introduction of a new highlight for the submitted user input, so we might as well remove it altogether.
1 parent ea404cf commit 178fef0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

aider/io.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,6 @@ def _(event):
654654
if self.clipboard_watcher:
655655
self.clipboard_watcher.start()
656656

657-
def get_continuation(width, line_number, is_soft_wrap):
658-
return self.prompt_prefix
659-
660657
line = self.prompt_session.prompt(
661658
show,
662659
default=default,
@@ -666,7 +663,6 @@ def get_continuation(width, line_number, is_soft_wrap):
666663
style=style,
667664
key_bindings=kb,
668665
complete_while_typing=True,
669-
prompt_continuation=get_continuation,
670666
)
671667
self.display_user_input(show + line)
672668
else:

0 commit comments

Comments
 (0)