commit 4cdbf87a154928e15306f7cf0322dc5a903413e7 from: rsc date: Tue Mar 02 23:16:37 2004 UTC Remove a debugging print, more cleanup. commit - af78a4cd2b73800af86db8d999d80b1ef0e9bd75 commit + 4cdbf87a154928e15306f7cf0322dc5a903413e7 blob - 23fd7adcac1c35c9faae3d44d39c2db45d6a0d82 blob + c99eeb1346810b1d463a8b1181ffb6cb8df86706 --- plumb/basic +++ plumb/basic @@ -123,6 +123,6 @@ plumb start gv $data type is text data matches '(https?|ftp|file|gopher|mailto|news|nntp|telnet|wais|prospero)://[a-zA-Z0-9_@\-]+([.:][a-zA-Z0-9_@\-]+)*/?[a-zA-Z0-9_?,%#~&/\-+=@]+([:.][@a-zA-Z0-9_?,%#~&/\-+=]+)*' plumb to web -plumb start /usr/rsc/bin/web $0 +plumb start web $0 # plumb start winstart iexplore -new $0 blob - 1b603902a7a650535a6c092c279899f489fb7363 blob + 8e72b011e66d53e9ea0a2a29a7d27f70adea3384 --- src/libdraw/x11-itrans.c +++ src/libdraw/x11-itrans.c @@ -454,7 +454,7 @@ _xselect(XEvent *e, XDisplay *xd) memset(&r, 0, sizeof r); xe = (XSelectionRequestEvent*)e; -if(1) fprint(2, "xselect target=%d requestor=%d property=%d selection=%d\n", +if(0) fprint(2, "xselect target=%d requestor=%d property=%d selection=%d\n", xe->target, xe->requestor, xe->property, xe->selection); r.xselection.property = xe->property; if(xe->target == _x.targets){