Re: Terminal occasionally shows duplicate command text when it is split over multiple lines

2021-08-27 Thread Andrey Repin
Greetings, Thomas Wolff! >> My mail client did that. Here I'll try again: >> >> echo foo \ >> bar \ >> baz \ >> qux >> >> >> $ echo foo \ >> baz \ >> qux >>> bar \ >>> baz \ >>> qux >> foo bar baz qux >> >> > Cannot reproduce this with mouse-pasting (middle mouse button). It does > occur occasion

Re: Terminal occasionally shows duplicate command text when it is split over multiple lines

2021-08-25 Thread Thomas Wolff
Am 25.08.2021 um 08:42 schrieb Ray Satiro via Cygwin: On 8/23/2021 6:15 PM, Thomas Wolff wrote: Am 23.08.2021 um 23:52 schrieb Ray Satiro via Cygwin: I'm using cygwin x86 updated yesterday and when I paste in commands that are split over multiple lines sometimes an arbitrary line will show m

Re: Terminal occasionally shows duplicate command text when it is split over multiple lines

2021-08-24 Thread Ray Satiro via Cygwin
On 8/23/2021 6:15 PM, Thomas Wolff wrote: > Am 23.08.2021 um 23:52 schrieb Ray Satiro via Cygwin: >> I'm using cygwin x86 updated yesterday and when I paste in commands >> that are split over multiple lines sometimes an arbitrary line will >> show more than once, even though it is not actually part

Re: Terminal occasionally shows duplicate command text when it is split over multiple lines

2021-08-23 Thread C Linus Hicks via Cygwin
On Mon, 2021-08-23 at 21:52 +, Ray Satiro via Cygwin wrote: > I'm using cygwin x86 updated yesterday and when I paste in commands that are > split over multiple lines sometimes an arbitrary line will show more than > once, even though it is not actually part of the command more than once. For

Re: Terminal occasionally shows duplicate command text when it is split over multiple lines

2021-08-23 Thread Thomas Wolff
Am 23.08.2021 um 23:52 schrieb Ray Satiro via Cygwin: I'm using cygwin x86 updated yesterday and when I paste in commands that are split over multiple lines sometimes an arbitrary line will show more than once, even though it is not actually part of the command more than once. For example here

Terminal occasionally shows duplicate command text when it is split over multiple lines

2021-08-23 Thread Ray Satiro via Cygwin
I'm using cygwin x86 updated yesterday and when I paste in commands that are split over multiple lines sometimes an arbitrary line will show more than once, even though it is not actually part of the command more than once. For example here's a command: echo foo \bar \baz \qux And here's the t