[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Bug reports
. . -> [Subject]  EchoInput False after modifying World Properties.

EchoInput False after modifying World Properties.

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page


Pages: 1  2 

Posted by Nick Gammon   Australia  (22,975 posts)  [Biography] bio   Forum Administrator
Date Reply #15 on Wed 19 Dec 2001 03:53 AM (UTC)
Message
I have added this as bug #429.

As usual with computers, different languages do things in different ways. MUSHclient is written in C, where the inbuilt value of 'true' is 1, not -1.

However Visual Basic uses -1 as true, not 1.

About the only thing that various languages agree on is that "false" is zero.

Thus MUSHclient should really check incoming boolean variables to be "zero" or "not zero".

In other words, rather than this:


internal_echo_input = supplied_echo_input;


it should read:


internal_echo_input = supplied_echo_input != 0;


(In C "!=" means "is not equal to").


- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Jonathan   (2 posts)  [Biography] bio
Date Reply #16 on Sat 29 Dec 2001 06:21 PM (UTC)
Message
I've noticed that I'm experiencing the same effect. There is no input echo being displayed in the output buffer. The "Echo My Input In" box has been checked and when I open the input configuration window it is still checked with no output buffer echo.

Incidentally, the input buffer isn't storing commands either even though it's set to the default 5000 lines. This same world file works with my windows 2000 installation so I'm thinking that this will get filed under "More XP problems."

Anyone else?
[Go to top] top

Posted by Nick Gammon   Australia  (22,975 posts)  [Biography] bio   Forum Administrator
Date Reply #17 on Sat 29 Dec 2001 11:44 PM (UTC)
Message
Try checking "Ignore 'echo off' messages".

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Jonathan   (2 posts)  [Biography] bio
Date Reply #18 on Mon 31 Dec 2001 06:12 AM (UTC)
Message
Just tried checking the Ignore echo off box. Same problem. I just noticed that the only line that seems to be getting stored in the input buffer is my login name for the mud. This wasn't happening when I was using the last version - is there a new feature I'm overlooking?

[Go to top] top

Posted by Nick Gammon   Australia  (22,975 posts)  [Biography] bio   Forum Administrator
Date Reply #19 on Mon 31 Dec 2001 09:47 PM (UTC)

Amended on Mon 31 Dec 2001 09:48 PM (UTC) by Nick Gammon

Message
The only relevant new feature is the one to recognise "echo off" messages. You would need to check that box *before* connecting, so check it, save the world, disconnect, and reconnect.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


46,450 views.

This is page 2, subject is 2 pages long:  [Previous page]  1  2 

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]