- Aug 07, 2017
- Aug 03, 2017
-
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
John Hood authored
-
John Hood authored
This slows terminal emulation slightly.
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
- Aug 02, 2017
-
-
John Hood authored
This may be useful for users who find prediction's activity right of the cursor distracting. Prediction underscoring is still a little weird sometimes, it replays a history of known/unknown changes as acks come in from the server.
-
John Hood authored
Fixes #482, memory use blowup on large pastes. mosh is still pretty slow about copying pastes through, though.
-
John Hood authored
Consolidate multiple printfs. Break up multiline strings with string concatentation, for better clarity and shorter lines. Use fputs where appropriate. This also has the benefit of producing a single constant string with copyright and versions in the binaries.
-
- Aug 01, 2017
-
-
Alex Cornejo authored
This feature is particularly relevant for mosh for chrome (which also used in windows I believe).
-
- Jul 24, 2017
-
-
Keith Winstein authored
-
- Jul 22, 2017
-
-
Keith Winstein authored
-
- Jul 21, 2017
-
-
John Hood authored
-
- Jul 20, 2017
-
-
John Hood authored
-
- May 29, 2017
-
-
John Hood authored
Recent versions of tmux master gave us an 80x23 window. tmux has been fixed to default to 80x24, and also to allow setting window sizes in control mode. These flags fortunately do not conflict with older versions tmux. So we use them to avoid problems going forward.
-
John Hood authored
-
John Hood authored
This makes it easier to attach a second client to inspect a test.
-
John Hood authored
-
- May 23, 2017
-
-
Giel van Schijndel authored
On some Linux systems this is the default. On most other operating systems accepting IPv4 connections on a IPv6 socket only happens when explicitly requested. Even on Linux it depends on the sysctl config. This change makes it independent from the system's defaults whether IPv4 connections will be accepted too through the same socket.
-
- May 22, 2017
-
-
John Hood authored
This works around Debian kfreebsd build failures.
-
- May 20, 2017
-
-
John Hood authored
-
- May 19, 2017
-
-
John Hood authored
This fixes Debian builds which only have LC_ALL=POSIX set.
-
- May 18, 2017
-
-
Keith Winstein authored
-
- May 09, 2017
-
-
John Hood authored
-
- May 08, 2017
-
-
John Hood authored
-
- May 06, 2017
- Apr 26, 2017
-
-
John Hood authored
tmux 2.4+ has serious bugs with combining characters.
-
- Apr 25, 2017
-
-
John Hood authored
JuiceSSH apparently has a bug where ECH for one character (ESC [ 1 X) does not actually erase the character, in its code that receives and interprets Mosh state updates. This was hidden before because Mosh <= 1.2.5 never sent this sequence, it sent ESC [ X instead as an optimization. Do the better optimization of sending spaces for short sequences of blanks instead.
-