Add selectionclear event for switching between windows
1 files changed, 1 insertions(+), 1 deletions(-) M x.c
M x.c => x.c +1 -1
@@ 207,7 207,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