st

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

commit ace8895645f257c637ce4edba7b3a3cca09aabba
parent 77a1522f17d56d58953e3d44841ebee8c0db457a
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