implemented loopback option SRM

This commit is contained in:
2017-09-06 14:44:42 +02:00
parent 6d98d2c6da
commit 5f6566a6fd
8 changed files with 61 additions and 14 deletions
+12
View File
@@ -74,6 +74,18 @@
Show (`h`) or hide (`l`) menu/help links under the screen.
</td>
</tr>
<tr>
<td>
<code>
\e[12h \\
\e[12l
</code>
</td>
<td>
Enable (`h`) or disable (`l`) Send-Receive Mode (SRM).
SRM is the opposite of Local Echo, meaning `\e[12h` disables and `\e[12l` enables Local Echo.
</td>
</tr>
<tr>
<td>`\e[8;<i>r</i>;<i>c</i>t`</td>
<td>Set screen size (this is a command borrowed from xterm)</td>