summaryrefslogtreecommitdiffstats
path: root/src/screen.C
Commit message (Collapse)AuthorAgeFilesLines
* cancel running selection requestcancel-running-selection-requesttv2019-01-311-5/+5
| | | | | | | | | When using X security extensions to run urxvt as trusted X client and requesting a selection from an untrusted client, then no X event will be received, but the selection request will timeout instead. This patch cancels any running request before creating a new one, so that the user doesn't have to wait 10 seconds for the timeout before being able to initiate a new one.
* Account for focus fading when enabling/disabling reverse video.sf-exg2017-07-151-0/+3697
Patch by Daniel Hahler.