X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=4d1c1bb87f18d4c643111f9f17525785651df6d5;hb=ce3efa9e9b50b0d86ef2d030657dfc69034d6ef7;hp=a1932dd4e69de6b0b8a9bf62981f9dbee33073e5;hpb=efd04ccad6d3c4e981b3efdb0423d8f5ca40f984;p=st.git diff --git a/st.c b/st.c index a1932dd..4d1c1bb 100644 --- a/st.c +++ b/st.c @@ -807,7 +807,6 @@ void selclear(XEvent *e) { void selrequest(XEvent *e) { - fprintf(stderr, "selrequest\n"); XSelectionRequestEvent *xsre; XSelectionEvent xev; Atom xa_targets, string; @@ -843,7 +842,6 @@ selrequest(XEvent *e) { void xsetsel(char *str) { - fprintf(stderr, "xsetsel: %s\n", str); /* register the selection for both the clipboard and the primary */ Atom clipboard;