Hi mosh-devel, I'm the maintainer for iTerm2, a terminal emulator for Mac OS. About a year ago we added a feature to support a deep integration with tmux (details here: https://code.google.com/p/iterm2/wiki/TmuxIntegration).
This integration works by passing messages between the terminal emulator and the tmux client using a custom protocol. While it works over ssh, it fails on mosh because mosh doesn't pass through the escape code that signals the terminal emulator to begin speaking the tmux protocol. The escape code used is DCS 1000p (ESC P1000p), which is based on the ReGIS codes (http://www.vt100.net/docs/vt3xx-gp/chapter1.html). While I don't expect mosh to support ReGIS any time soon, would you consider passing this one escape code through? Thanks for your consideration, George
_______________________________________________ mosh-devel mailing list mosh-devel@mit.edu http://mailman.mit.edu/mailman/listinfo/mosh-devel