Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113778 Details for
Bug 171453
net-misc/putty-0.59: 256 colour support broken (patch and updated ebuild included)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix 256 colour support
putty-0.59-256colors.patch (text/plain), 483 bytes, created by
asbgentoo
on 2007-03-19 16:47:09 UTC
(
hide
)
Description:
Fix 256 colour support
Filename:
MIME Type:
Creator:
asbgentoo
Created:
2007-03-19 16:47:09 UTC
Size:
483 bytes
patch
obsolete
>--- putty/unix/gtkwin.c 2007/02/25 00:50:24 7321 >+++ putty/unix/gtkwin.c 2007/03/19 12:05:34 7403 >@@ -1434,7 +1434,7 @@ > int r = i / 36, g = (i / 6) % 6, b = i % 6; > inst->cols[i+16].red = r ? r * 0x2828 + 0x3737 : 0; > inst->cols[i+16].green = g ? g * 0x2828 + 0x3737 : 0; >- inst->cols[i+16].blue = b ? b + 0x2828 + 0x3737 : 0; >+ inst->cols[i+16].blue = b ? b * 0x2828 + 0x3737 : 0; > } else { > int shade = i - 216; > shade = shade * 0x0a0a + 0x0808;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 171453
: 113778 |
113781