Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 303405 Details for
Bug 381333
x11-terms/rxvt-unicode feature request (disable underline and cursor behaviour)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Don't draw underline if colorUL is set
rxvt-unicode-9.15-underline.patch (text/plain), 515 bytes, created by
ac.serbanescu
on 2012-02-26 18:39:51 UTC
(
hide
)
Description:
Don't draw underline if colorUL is set
Filename:
MIME Type:
Creator:
ac.serbanescu
Created:
2012-02-26 18:39:51 UTC
Size:
515 bytes
patch
obsolete
>--- a/src/screen.C 2012-01-18 14:38:45.000000000 +0200 >+++ b/src/screen.C 2012-02-26 18:50:29.443670916 +0200 >@@ -2427,7 +2427,7 @@ > else > font->draw (*drawable, xpixel, ypixel, text, count, fore, back); > >- if (ecb_unlikely (rend & RS_Uline && font->descent > 1 && fore != back)) >+ if (ecb_unlikely (rend & RS_Uline && font->descent > 1 && fore != back && !(ISSET_PIXCOLOR (Color_UL)))) > { > #if ENABLE_FRILLS > if (ISSET_PIXCOLOR (Color_underline))
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 381333
:
303343
| 303405