pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efd04cc
)
Removing some debug messages.
author
Christoph Lohmann
<20h@r-36.net>
Fri, 8 Feb 2013 19:24:26 +0000
(20:24 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Fri, 8 Feb 2013 19:24:26 +0000
(20:24 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
a1932dd
..
4d1c1bb
100644
(file)
--- 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;