st

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

commit 09ccb20dd4b3083d22005ae7d42f0617dfa1f5d6
parent 72776133fa661b462c9a5dd3dbcda4dbe8d7e79b
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