Register forum user name Search FAQ

Gammon Forum

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.
 Entire forum ➜ MUSHclient ➜ Development ➜ Input Wrap

Input Wrap

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,094 posts)  Bio   Forum Administrator
Date Reply #15 on Mon 12 Dec 2011 07:46 PM (UTC)

Amended on Mon 12 Dec 2011 09:03 PM (UTC) by Nick Gammon

Message
This doesn't seem to do anything:


#define OPT_FIX_INPUT_WRAP      0x003000    // Added for input wrapping.


In any case, those flags were supposed to be powers of 2 (0x2000, 0x4000 etc.).

I'll just omit that.

[EDIT] I missed what it did. But still it needs to be a power of 2.

Making it 0x003000 just sets these two flags:


#define OPT_FIX_WRAP_COLUMN     0x001000    // if changed, wrap column has changed
#define OPT_FIX_SPEEDWALK_DELAY 0x002000    // if changed, speedwalk delay has changed


- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Nick Gammon   Australia  (23,094 posts)  Bio   Forum Administrator
Date Reply #16 on Mon 12 Dec 2011 09:13 PM (UTC)
Message
Added change to version 4.81.

I didn't exactly do what you had Neva. Mostly. But a few fixes (eg. to a crash if the wrapping kicked in before the window had been created) and a couple of other things. My changes here:

https://github.com/nickgammon/mushclient/commit/b57100e

- 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.


58,379 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 page

Go to topic:           Search the forum


[Go to top] top

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