Is this possible?
Turn off command input echo for speedwalk
Posted by Eurotool on Sat 09 Jul 2016 01:20 AM — 3 posts, 15,824 views.
You could make an alias which matches something that looks like a speedwalk. It could be configured to not echo what it matches on. Then send the matching text to the speedwalk processor (send-to speedwalk).
Something like this:
See also: http://www.mushclient.com/forum/?id=8508
<aliases>
<alias
match="^([nsewud\d\s]|\(.+?\)){2,}$"
enabled="y"
regexp="y"
send_to="11"
omit_from_output="y"
ignore_case="y"
sequence="100"
>
<send>%0</send>
</alias>
</aliases>
For advice on how to copy the above, and paste it into MUSHclient, please see Pasting XML.
See also: http://www.mushclient.com/forum/?id=8508