When using the copy to clipboard feature, the confirmation message appears but nothing is actually copied. Selecting text manually and using Ctrl+Shift+C also does not work.
Reproduced on:
- Two Ubuntu machines
- macOS
Expected behavior: Text is copied to the system clipboard.
Actual behavior: Nothing is copied despite the success message.
Using Shift+mouse selection to copy text includes TUI border characters and extra whitespace in the pasted output, making it unusable for copying code. For example, code gets pasted with │ characters and large padding on every line.
When using the copy to clipboard feature, the confirmation message appears but nothing is actually copied. Selecting text manually and using Ctrl+Shift+C also does not work.
Reproduced on:
Expected behavior: Text is copied to the system clipboard.
Actual behavior: Nothing is copied despite the success message.
Using Shift+mouse selection to copy text includes TUI border characters and extra whitespace in the pasted output, making it unusable for copying code. For example, code gets pasted with │ characters and large padding on every line.