all repos — st @ 41f70a1cff9c5653bebea996728fa76e2507eca3

st (suckless terminal) config

Typo and the missing incr atom from the patches.
Christoph Lohmann 20h@r-36.net
commit

41f70a1cff9c5653bebea996728fa76e2507eca3

parent

261ea4b7e0b8d979c0c91ec75251c6970caf39e2

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -1044,7 +1044,7 @@ xpev = &e->xproperty;

if (xpev->state == PropertyNewValue && (xpev->atom == XA_PRIMARY || xpev->atom == clipboard)) { - slenotify(e); + selnotify(e); } }

@@ -1055,6 +1055,8 @@ ulong nitems, ofs, rem;

int format; uchar *data, *last, *repl; Atom type, incratom, property; + + incratom = XInternAtom(xw.dpy, "INCR", 0); ofs = 0; if (e->type == SelectionNotify) {