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
➜ ROM
➜ Running the server
➜ More of those fun lope's colour problems!
|
More of those fun lope's colour problems!
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Nash
USA (20 posts) Bio
|
| Date
| Tue 04 May 2004 01:06 AM (UTC) Amended on Tue 04 May 2004 01:43 AM (UTC) by Nash
|
| Message
| I cycled through the posts here, found a lot of ones related to this color patch (V1.2 in this case), and like a lot of people I had to manually patch it in. VisualC++ takes the weird definitions of the colors and translates them to look like "#define CLEAR "<weird box thingy>[0m""
I booted up the patch through teraTerm and copied their version which looked like
"#define C_B_WHITE "^[[1;37m""
but after loading it.. I get this!
"^[[0;32mJisseen says 'erps!'^[[0m"
without color.
and is apparently totaly failing to turn the {<color> into ansi color I guess... | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Tue 04 May 2004 09:44 PM (UTC) |
| Message
| This doesn't look right:
"#define C_B_WHITE "^[[1;37m""
There should be an "escape" character there. Try this:
#define C_B_WHITE "\x1B[1;37m" |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
| Posted by
| Nash
USA (20 posts) Bio
|
| Date
| Reply #2 on Wed 05 May 2004 06:04 AM (UTC) |
| Message
| |
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.
14,230 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top