mothra: resolve urls on middle click. helps with snarfing of relative urls
This commit is contained in:
parent
b3548406b5
commit
8781283fbd
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ void search(void){
|
|||
void hiturl(int buttons, char *url, int map){
|
||||
switch(buttons){
|
||||
case 1: geturl(url, -1, 0, map); break;
|
||||
case 2: selurl(url); break;
|
||||
case 2: urlresolve(selurl(url)); break;
|
||||
case 4: message("Button 3 hit on url can't happen!"); break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue