st

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

commit 3f7a8ad03dbcc0a4c5eb2e9d6fd950859e4f93c4
parent be6ebab320530761cab2af4c7ecd45c56c307562
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