mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +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
|
||||
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
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue