Running TBAMud under Cygwin

Login to reply  Page: « < 1 of 1 > »
07 Jul 2010 - 18:052812
Running TBAMud under Cygwin
Just getting back into some mud development, and I'm playing around running it under Cygwin. All runs well, but I have a question - how can I get the local echo to work when using the standard telnet command that comes with Cygwin. Strangely enough, when I first telnet to the mud, and type in my character name, that appears, but then it turns off local echo for the password, and it isn't re-enabled.

There's probably some dumb option I'm not using....


07 Jul 2010 - 23:052814
Hmm, not entirely sure, just tested by connecting to TBA with telnet via cygwin and it does disable when prompted for my password but then does also re-enable for me after I type my password. Not entirely sure what's different between my setup and yours though.

EDIT: I wouldn't imagine the actual telnet version has anything to do with it, but, just in case:

Quote:

$ telnet --v
telnet (GNU inetutils) 1.7
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by many authors.


__________________

Last edited by Fizban (07 Jul 2010 - 23:06)
09 Jul 2010 - 12:282815
Telnet
I solved the problem by downloading Putty....


09 Jul 2010 - 13:202816
The standard Windows telnet terminal behaves in this manner; it's possible that one ran rather than a cygwin native terminal (cygwin will run native Windows apps - try 'notepad' for example).

I've tried a lot of monkeying with the control codes the mud is sending but I can't manage to trick echo back on again. Manually doing ctrl-[, set localecho works though.

As you say, downloading PuTTY is an easy solution. You will find the MUD receives a 0x27 character when you try to log in if you don't disable the various negotiation options, due to TBA misinterpreting the telnet datastream as a string - I've a patch for this (that also adds window size autonotifications) I'll be submitting when fizban is done with the current merge.



Last edited by Dio (09 Jul 2010 - 16:13)
Login to reply  Page: « < 1 of 1 > »