Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 303343 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]
Patch to not draw the underline if underlined text is displayed in colour.
rxvt-unicode-9.15-underline.patch (text/plain), 833 bytes, created by
ac.serbanescu
on 2012-02-26 14:30:42 UTC
(
hide
)
Description:
Patch to not draw the underline if underlined text is displayed in colour.
Filename:
MIME Type:
Creator:
ac.serbanescu
Created:
2012-02-26 14:30:42 UTC
Size:
833 bytes
patch
obsolete
>--- a/src/screen.C 2012-01-18 14:38:45.000000000 +0200 >+++ b/src/screen.C 2012-02-26 15:31:34.953538043 +0200 >@@ -2435,10 +2435,13 @@ > else > #endif > XSetForeground (dpy, gc, pix_colors[fore]); >- >- XDrawLine (dpy, vt, gc, >- xpixel, ypixel + font->ascent + 1, >- xpixel + Width2Pixel (count) - 1, ypixel + font->ascent + 1); >+ >+ if (!(ISSET_PIXCOLOR (Color_UL))) >+ { >+ XDrawLine (dpy, vt, gc, >+ xpixel, ypixel + font->ascent + 1, >+ xpixel + Width2Pixel (count) - 1, ypixel + font->ascent + 1); >+ } > } > } /* for (col....) */ > } /* for (row....) */
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