diff --git a/aider/copypaste.py b/aider/copypaste.py index 9e56b15cc63..c8dfbe378d0 100644 --- a/aider/copypaste.py +++ b/aider/copypaste.py @@ -28,6 +28,9 @@ def watch_clipboard(): self.last_clipboard = current self.io.interrupt_input() self.io.placeholder = current + if len(current.splitlines()) > 1: + self.io.placeholder = "\n" + self.io.placeholder + "\n" + time.sleep(0.5) except Exception as e: if self.verbose: diff --git a/aider/website/assets/copypaste.jpg b/aider/website/assets/copypaste.jpg index 8124ae91617..0350492cc96 100644 Binary files a/aider/website/assets/copypaste.jpg and b/aider/website/assets/copypaste.jpg differ diff --git a/aider/website/assets/copypaste.mp4 b/aider/website/assets/copypaste.mp4 index de5232178c0..6e8ef4e8314 100644 Binary files a/aider/website/assets/copypaste.mp4 and b/aider/website/assets/copypaste.mp4 differ diff --git a/aider/website/docs/usage/copypaste.md b/aider/website/docs/usage/copypaste.md index cec7162e40c..c933c510ffe 100644 --- a/aider/website/docs/usage/copypaste.md +++ b/aider/website/docs/usage/copypaste.md @@ -18,7 +18,7 @@ description: Aider works with LLM web chat UIs