all repos — st @ ce3efa9e9b50b0d86ef2d030657dfc69034d6ef7

st (suckless terminal) config

Removing some debug messages.
Christoph Lohmann 20h@r-36.net
commit

ce3efa9e9b50b0d86ef2d030657dfc69034d6ef7

parent

efd04ccad6d3c4e981b3efdb0423d8f5ca40f984

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M st.cst.c

@@ -807,7 +807,6 @@ }

void selrequest(XEvent *e) { - fprintf(stderr, "selrequest\n"); XSelectionRequestEvent *xsre; XSelectionEvent xev; Atom xa_targets, string;

@@ -843,7 +842,6 @@ }

void xsetsel(char *str) { - fprintf(stderr, "xsetsel: %s\n", str); /* register the selection for both the clipboard and the primary */ Atom clipboard;