commit 25cb46f9304dbb20aee3713a1c4cc4224c0fc745 from: rsc date: Mon Apr 19 05:52:12 2004 UTC use new tab for firefox commit - c57a7371ba73df79aecdf64addf4254ef61e6b29 commit + 25cb46f9304dbb20aee3713a1c4cc4224c0fc745 blob - 7ca1c7de609141eed048abdb1e98ad66ea0aa8cb blob + e7db04de92cce1d71226a31ee22e846f0bae5369 --- bin/web +++ bin/web @@ -12,7 +12,7 @@ plumb1() $BROWSER -remote 'openURL('$i', new-window)' ;; *firefox*) - $BROWSER -remote 'openURL('$i', new-window)' + $BROWSER -remote 'openURL('$i', new-tab)' ;; esac }