#598073 gnome-terminal: allow undiverting mouse events

Package:
gnome-terminal
Source:
gnome-terminal
Description:
GNOME terminal emulator application
Submitter:
Drake Wilson
Date:
2010-09-26 16:27:08 UTC
Severity:
wishlist
#598073#5
Date:
2010-09-26 07:35:59 UTC
From:
To:
Sometimes, programs run in a GNOME terminal window will use xterm
control sequences to request mouse events.  Unfortunately, this
results in it being impossible to use the mouse to select text for
either selection or clipboard copy/paste into another program, since
the relevant events are being diverted.  Having each program support
resetting the terminal mouse on user request might be nice, but it
would also be nice for the terminal emulator to let the user override
this on a temporary basis.  (This would probably be provided on the
context menu, since right-clicking is the one mouse event that is not
diverted.)

#598073#10
Date:
2010-09-26 16:23:25 UTC
From:
To:
gnome-terminal imitates xterm sufficiently in this area that it treats
shifted mouse-events differently from unshifted.  (Perhaps gnome-terminal's
users would find a dialog selection simpler than pressing the shift-key).