Skip to content

Commit 0bc307c

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 290653c commit 0bc307c

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
@@ -648,9 +648,6 @@ def _(event):
648648
if self.clipboard_watcher:
649649
self.clipboard_watcher.start()
650650

651-
def get_continuation(width, line_number, is_soft_wrap):
652-
return self.prompt_prefix
653-
654651
line = self.prompt_session.prompt(
655652
show,
656653
default=default,
@@ -660,7 +657,6 @@ def get_continuation(width, line_number, is_soft_wrap):
660657
style=style,
661658
key_bindings=kb,
662659
complete_while_typing=True,
663-
prompt_continuation=get_continuation,
664660
)
665661
self.display_user_input(show + line)
666662
else:

0 commit comments

Comments
 (0)