Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368055 - x11-terms/rxvt-unicode should have a USE flag added to disable mouse-wheel support
Summary: x11-terms/rxvt-unicode should have a USE flag added to disable mouse-wheel su...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-19 13:07 UTC by nacitar sevaht
Modified: 2011-05-19 17:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nacitar sevaht 2011-05-19 13:07:17 UTC
USE CASE:
Mouse wheel support in rxvt-unicode works less than desirably, and you can use the perl extensions to make it work out really well.  However, it's impossible to stop the rxvt-unicode's built-in handling of the mouse wheel from taking place through settings.  The only way to get rxvt-unicode to ignore the wheel completely, so you can do what you want via the perl extensions without the terminal also doing things on its own, is to disable mouse support.

HOW TO FIX:
This use flag simply needs to add --disable-mousewheel to the ./configure line of the build.  This flag can be omitted by default, but allow people like myself who wish to implement their own wheel functionality to toggle the use flag.  By doing this, I will no longer have to build this from source, and can use gentoo's repository.

Thanks.

Reproducible: Always
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2011-05-19 15:36:10 UTC
Meanwhile, use

EXTRA_ECONF="--disable-mousewheel" emerge rxvt-unicode
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2011-05-19 17:42:35 UTC
Thanks for reporting. You now have USE=mousewheel (enabled by default, though) in version 9.11.