mothra: never snarf the "Go:" box
This commit is contained in:
parent
2b7330765a
commit
8035bb7dd1
1 changed files with 5 additions and 5 deletions
|
@ -1023,11 +1023,11 @@ void killpix(Www *w){
|
|||
updtext(w);
|
||||
}
|
||||
void snarf(Panel *p){
|
||||
if(p==0) p=cmd;
|
||||
if(p==0 || p==cmd){
|
||||
plputsnarf(urlstr(selection));
|
||||
/* non-ops if nothing selected */
|
||||
plsnarf(p);
|
||||
plsnarf(text);
|
||||
}else
|
||||
plsnarf(p);
|
||||
}
|
||||
void paste(Panel *p){
|
||||
if(p==0) p=cmd;
|
||||
|
|
Loading…
Reference in a new issue