dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

Copy and paste includes newline characters #1132

Open Loomsday opened 9 months ago

Loomsday commented 9 months ago

First of all, many thanks for MyCLI.

After configuring the prompt and prompt_continuation to my liking, I am only left with one tiny but annoying issue, namely that copying from the MyCLI prompt causes the newlines at column 80 in the terminal window to be copied along with the SQL statement:

image

Copying and pasting the statement results in:

image

i.e. after pasting I have to edit the string and remove the inserted newline characters by hand.

Is this something that can be fixed on the MyCLI side, or is that perhaps an issue with xfce4-terminal?

Many thanks again!