st

Suckless' st with my personal patches
git clone https://git.instinctive.eu/st.git
Log | Files | Refs | README | LICENSE

commit 577168483b73282dea490da717ca938ca475da06
parent 249dbd6340d8c0a0c65c572331843f3a3792afb8
Author: Natasha Kerensikova <natacha@instinctive.eu>
Date:   Mon, 15 Apr 2024 10:50:13 +0200

[nat] handle SelectionClear events

Diffstat:
Mx.c | 2+-
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