|
Sir1l Wanderer
Joined: 01 Oct 2005 Posts: 54
|
Posted: Wed Nov 07, 2007 3:29 am
CRLF |
In telnet there's an unset crlf command, is there one of those in zmud? I need to do that
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Nov 07, 2007 4:32 pm |
In the preferences telnet options you can adjust how the CRLF is sent, also you can activate character mode. When character mode is active clicking in the display are will put the cursor there and send characters as you type them.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Sir1l Wanderer
Joined: 01 Oct 2005 Posts: 54
|
Posted: Wed Nov 07, 2007 4:39 pm |
Well,. I tried that it still sends an extra something...is there anyway I can make all the commands I type have a #SENDP {%1 %cr}.....where %1 is what I type? This works,can't figure out how to make it work with configuring the preferences :(
|
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Wed Nov 07, 2007 4:43 pm |
I'm not sure I understand what you're saying. I'm not too familiar with telnet. But there are CR and LF commands, and they are #CR and #LF respectively.
Charneus |
|
|
|
Sir1l Wanderer
Joined: 01 Oct 2005 Posts: 54
|
Posted: Wed Nov 07, 2007 4:59 pm |
I mean, I'm on a unix shell and zmud is sending a crlf...I just want it to send cr , but the only way I can do that is by typing #SENDP {%1 %cr}....and I don't want to type that every single time I type something...
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Nov 07, 2007 5:14 pm |
Try in the preferences under Connection, carriage control. I can't remember if that was just incoming or both incoming and outgoing. I do know there is support for this in the preferences though.
If you absolutely can't get it working with the preferences then enter this at the command line
#ONINPUT {^(*)$} {#GAG;#SENDP {%1%cr}} |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|