David Greene
David Greene
I have done all that and it works great with ssh. Switching to mosh causes it to fail.
Doesn't that issue talk aabout OSC 52, not 51? I also filed an [issue](https://github.com/mobile-shell/mosh/issues/1122) with mosh about this and will update it with your information. Thanks!
I'm going to try to take a crack at implementing it in mosh.
And...I got stuck right away. I took the existing patch in mobile-shell/mosh#637 but like the author, don't know how to actually send the OSC through to the terminal.
It's possible to use emacsclient to connect from the remote machine to open in the local emacs. You then set `VISUAL` and `EDITOR` to emacsclient.
I'm assuming this has to do with the fact that native git uses multiple threads to resolve deltas while I can't find any info on whether libgit2 does the same,...
Agreed, there is probably some lower-hanging fruit here beforer going multitheraded. I've run git clones with threrading disabled and they don't take as long as libgit2.