mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
Remove a debugging print, more cleanup.
This commit is contained in:
parent
af78a4cd2b
commit
4cdbf87a15
2 changed files with 2 additions and 2 deletions
|
@ -123,6 +123,6 @@ plumb start gv $data
|
||||||
type is text
|
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_?,%#~&/\-+=]+)*'
|
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 to web
|
||||||
plumb start /usr/rsc/bin/web $0
|
plumb start web $0
|
||||||
# plumb start winstart iexplore -new $0
|
# plumb start winstart iexplore -new $0
|
||||||
|
|
||||||
|
|
|
@ -454,7 +454,7 @@ _xselect(XEvent *e, XDisplay *xd)
|
||||||
|
|
||||||
memset(&r, 0, sizeof r);
|
memset(&r, 0, sizeof r);
|
||||||
xe = (XSelectionRequestEvent*)e;
|
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);
|
xe->target, xe->requestor, xe->property, xe->selection);
|
||||||
r.xselection.property = xe->property;
|
r.xselection.property = xe->property;
|
||||||
if(xe->target == _x.targets){
|
if(xe->target == _x.targets){
|
||||||
|
|
Loading…
Reference in a new issue