aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar John Hood <cgull@glup.org>2017-08-02 21:29:20 -0400
committerGravatar John Hood <cgull@glup.org>2017-08-02 21:56:32 -0400
commitc8580d1fb6f7f4c5dc579c43a5951835de0ec08e (patch)
tree87871fa60e2fc9e070253b1d6431c594361dbf45 /man
parentc49c67cecfc9536bd9ca80e70d1bf034957a069f (diff)
Rename and document --predict-overwrite.
Diffstat (limited to 'man')
-rw-r--r--man/mosh-client.15
-rw-r--r--man/mosh.112
2 files changed, 17 insertions, 0 deletions
diff --git a/man/mosh-client.1 b/man/mosh-client.1
index e871892..ee5bba5 100644
--- a/man/mosh-client.1
+++ b/man/mosh-client.1
@@ -73,6 +73,11 @@ Controls local echo as described in
.BR mosh (1).
.TP
+.B MOSH_PREDICTION_OVERWRITE
+Controls local echo insert/overwrite as described in
+.BR mosh (1).
+
+.TP
.B MOSH_TITLE_NOPREFIX
See
.BR mosh (1).
diff --git a/man/mosh.1 b/man/mosh.1
index a71c100..a77a8d3 100644
--- a/man/mosh.1
+++ b/man/mosh.1
@@ -143,6 +143,18 @@ Synonym for \-\-predict=always
Synonym for \-\-predict=never
.TP
+.B \-\-predict\-overwrite\fP
+When prediction is enabled, do not insert speculative local echo
+before existing text, but overwrite it instead.
+
+The MOSH_PREDICTION_OVERWRITE environment variable also enables this
+if its value is 'yes'.
+
+.TP
+.B \-o
+Synonym for \-\-predict\-overwrite
+
+.TP
.B \-\-family=inet
Only use IPv4 for the SSH connection and Mosh session.