I suspect there's somewhere a go io.Copy that needs to be made cancelable.
If you run the wish-exec example on a Windows machine, SSH into it, and press s, e, or q, you'll notice that especially the first couple of keypresses seem to be ignored.
Don't know where this problem is, but gonna investigate.
I suspect there's somewhere a
go io.Copythat needs to be made cancelable.If you run the
wish-execexample on a Windows machine, SSH into it, and presss,e, orq, you'll notice that especially the first couple of keypresses seem to be ignored.Don't know where this problem is, but gonna investigate.