Typo and the missing incr atom from the patches. - st - Personal fork of st
(HTM) git clone git://git.drkhsh.at/st.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 41f70a1cff9c5653bebea996728fa76e2507eca3
(DIR) parent 261ea4b7e0b8d979c0c91ec75251c6970caf39e2
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Fri, 10 Jul 2015 14:17:51 +0200
Typo and the missing incr atom from the patches.
Diffstat:
M st.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/st.c b/st.c
@@ -1044,7 +1044,7 @@ propnotify(XEvent *e)
if (xpev->state == PropertyNewValue &&
(xpev->atom == XA_PRIMARY ||
xpev->atom == clipboard)) {
- slenotify(e);
+ selnotify(e);
}
}
@@ -1056,6 +1056,8 @@ selnotify(XEvent *e)
uchar *data, *last, *repl;
Atom type, incratom, property;
+ incratom = XInternAtom(xw.dpy, "INCR", 0);
+
ofs = 0;
if (e->type == SelectionNotify) {
property = e->xselection.property;