aleclearmind

Results 124 comments of aleclearmind
trafficstars

Mmmh, why do you rename the remote socket? This does not support multiple nested sessions over the same machine. Also, can't you use `SendEnv` instead of `~/.ssh/rc`?

Please, reduce the amount of messages, test things and then make a PR. Otherwise I'll look into that when I get the chance.

Yeah, it'd be nice to limit what can be communicated back to the client only a signal to reactivate the outer layer.

I only recently stumbled upon tmux plugins. I'll investigate them and make sure nested-tmux can be used as a plugin. Thanks for the idea!

Please kindly keep these kind of considerations for the HN comment section. Issues are for people actually willing to help.

> I made an attempt at this using select() but did not come up with a working solution. I abandoned the effort for now but saved my results in the...

It has been a while, but the issue with `select` for me was that, when a pipe is closed, it is notified among file descriptors that can be read, `readfds`,...

Nice! So `Ctrl + X` interrupts following, right? This is helpful under certain circumstances, but I've to say that it doesn't help me with the most annoying issue I have:...