commit 2a65a2d1912797144dc634164420c249379be8d2
parent 24bd47cfed1a397fd9ce29a6d7b8432660011978
Author: Natasha Kerensikova <natacha@instinctive.eu>
Date: Mon, 15 Apr 2024 10:50:13 +0200
[nat] handle SelectionClear events
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x.c b/x.c
@@ -209,7 +209,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