Commit Graph

8 Commits

Author SHA1 Message Date
Georg Sauthoff 257ccdadfa add -6 (use IPv6 only) option - fixes #662 (#663) 2017-01-08 10:31:05 +01:00
Fredrik Fornwall e18a73fc82 mosh: Fix argument passing in mosh wrapper 2016-06-01 16:31:44 -04:00
Fredrik Fornwall 9d1ea50b9b mosh: Support --no-init in native 'mosh' wrapper 2016-06-01 10:50:39 -04:00
Fredrik Fornwall df38a35b07 mosh: Assume terminal supports 256 colors
Assuming that the terminal running mosh in Termux supports 256
colors should be safe, and avoids a popen() call which uses
/system/bin/sh and may not always work.
2016-05-30 18:05:44 -04:00
Fredrik Fornwall 3afa4f345a mosh: "Fix hang when remote closes the connection"
Merge
  b58e750daf
into the C++ wrapper script.
2016-05-27 09:07:05 +02:00
Fredrik Fornwall 1f87518b8c mosh: Fix C++ mosh wrapper color counting
See https://github.com/mobile-shell/mosh/pull/96#issuecomment-7804069
2016-05-27 08:49:57 +02:00
Fredrik Fornwall 32144b83c1 mosh: Fix mosh C++ wrapper to set locale envs
Set the -l flags ("Locale-related environment variable to try as
part of a fallback environment, if the startup environment does
not specify a character set of UTF-8") when invoking mosh-server
just like the perl script does. Fixes #288.
2016-05-27 07:33:41 +02:00
Fredrik Fornwall 188d120104 mosh: Build with the C++ mosh wrapper out-of-tree
Since it doesn't look like the C++ mosh wrapper is going to be
picked up upstream, we may keep it as a normal file for hackability.
2016-05-27 01:36:17 +02:00