Re: backgrounded ssh, strange terminal behaviour

2019-12-10 Thread Darren Tucker
On Wed, 11 Dec 2019 at 01:10, Stuart Henderson wrote: > Not new (it happens in at least 6.6) but I just noticed this. > > If I run some program via ssh command-line ("ssh localhost sleep 60" > is good enough), then put it in the background (^Z bg), the terminal > misses about a third of character

Re: backgrounded ssh, strange terminal behaviour

2019-12-10 Thread Otto Moerbeek
On Tue, Dec 10, 2019 at 01:56:29PM +, Stuart Henderson wrote: > Not new (it happens in at least 6.6) but I just noticed this. > > If I run some program via ssh command-line ("ssh localhost sleep 60" > is good enough), then put it in the background (^Z bg), the terminal > misses about a third

backgrounded ssh, strange terminal behaviour

2019-12-10 Thread Stuart Henderson
Not new (it happens in at least 6.6) but I just noticed this. If I run some program via ssh command-line ("ssh localhost sleep 60" is good enough), then put it in the background (^Z bg), the terminal misses about a third of characters typed. typed:123456789012345678901234567890 accepted: 2468