;;;;;;; Visual mode echo thingy (tm). Anything that gets sent w/o /send calls ;;;;;;; will get /echo'ed. This may cause some funky priority and /send ;;;;;;; interactions, esp with all the other parts of this package (/alias, ;;;;;;; /dot, /loop, etc... see the -x option for those). Probably could be ;;;;;;; rather improved, but it does the job. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; /set attr_vmode_echo=BCblack,Cbgblack /isize 2 /def -i -qFp5000 -h'SEND *' vmode_input_echo = \ /if (visual=~"on") /echo -a%{attr_vmode_echo} - %*%; \ /endif ;;;;;;; Don't echo the password back! ; This really isn't robust enough... eg. output of the 'password' command. /def -i -h'CONNECT' -qFp10000 passwd_gag_connect_hook = \ /def -i -h'PROMPT *Password:*' -qFp10000 passwd_gag_prompt_hook = \ /def -i -qp50001 -n1 -h'SEND *' passwd_gag_send_hook = \ /undef passwd_gag_prompt_hook ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;