cloud icon indicating copy to clipboard operation
cloud copied to clipboard

Terminal prepends typed characters to paste buffer

Open joechm opened this issue 11 years ago • 1 comments
trafficstars

Using firefox or chromium under ubuntu/linux: Select some text from terminal, call it "highlighted text". Next middle-mouse-button paste, everything looks good with "highlight text" on command line.

Run a command: $ ls

Middle click paste and get: $ lshighlighted text

Note, "ls" is prepended to "highlighted text"

Occasionally bits of stdout get prepended, but I cannot seem to make it reproducible.

The prepended characters don't seem to be added to the X clipboard/primary selection; middle-click in another X11 application shows only "highlighted text" pasted.

joechm avatar Apr 17 '14 03:04 joechm

Yes, that behaviour is still there. The newly typed characters are prepended to the previously selected text in that middle-click clipboard buffer. At least, there is some odd side effects going on.

haraldschilly avatar May 25 '15 22:05 haraldschilly