diff --git a/sys/src/cmd/mothra/mothra.c b/sys/src/cmd/mothra/mothra.c index 4b44cdd68..d1d06abe3 100644 --- a/sys/src/cmd/mothra/mothra.c +++ b/sys/src/cmd/mothra/mothra.c @@ -823,6 +823,7 @@ Url* selurl(char *urlname){ seturl(&url, urlname, current ? current->url->fullname : ""); selection=&url; message("selected: %s", urlstr(selection)); + plgrabkb(cmd); /* for snarf */ return selection; } void seturl(Url *url, char *urlname, char *base){