Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ Bug reports
➜ 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 page
Pages: 1
2
| Posted by
| Nick Gammon
Australia (23,173 posts) 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 | | Top |
|
| Posted by
| Jonathan
(2 posts) 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? | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) 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 | | Top |
|
| Posted by
| Jonathan
(2 posts) 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?
| | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) 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 | | 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.
71,830 views.
This is page 2, subject is 2 pages long:
1
2
It is now over 60 days since the last post. This thread is closed.
Refresh page
top