allow selection to disppaear when selected elsewhere
This commit is contained in:
parent
3b5f0f2ecc
commit
9766ec500a
2
x.c
2
x.c
|
@ -208,7 +208,7 @@ static void (*handler[LASTEvent])(XEvent *) = {
|
|||
* Uncomment if you want the selection to disappear when you select something
|
||||
* different in another window.
|
||||
*/
|
||||
/* [SelectionClear] = selclear_, */
|
||||
[SelectionClear] = selclear_,
|
||||
[SelectionNotify] = selnotify,
|
||||
/*
|
||||
* PropertyNotify is only turned on when there is some INCR transfer happening
|
||||
|
|
Loading…
Reference in New Issue