Hacker News new | ask | show | jobs
by keithwinstein 5188 days ago
The code compiles under Cygwin with not too much effort -- the current master may compile. The big problem there is you don't really have a good UTF-8 terminal, but you're welcome to use it. If you know how we can best package the software for Windows or Cygwin users, we're happy to take a patch. (github.com/keithw/mosh.git)
4 comments

Cygwin has a built-in utf-8 terminal that I find quite descent. (Only for some months, it did not have it before.)
Just posted some more terminal geekery on http://mosh.mit.edu -- I'd be interested how the Cygwin terminal does on the test cases shown there.
Mintty, badly. The first test gives no hat (or I just can't see it). The second causes it to get stuck in heiroglyphs. The third doesn't work correctly either. It looks like it prints xyz correctly, then jumps to the second line on screen and then continues from there.

The "cygwin bash shell" which uses cmd.exe does the first test correctly but similarly fails on the others.

Those test cases look useful -- Do you know of any more sets?

I'm writing a terminal emulator out of interest, in hopefully a cross-platform way. I'm personally frustrated by the existing ones.

Got any wish-list items for one?

Start with the putty source and integrate the mosh protocol?
In case anyone’s interested, here’s how I managed to get Mosh to compile under Cygwin:

https://gist.github.com/gists/2349067/

mintty?