Merge branch 'Xitian9-cmdline_explicit'

This commit is contained in:
Florian Bruhin 2016-04-15 19:08:13 +02:00
commit 800cbb644b
2 changed files with 3 additions and 1 deletions

View File

@ -208,6 +208,7 @@ Contributors, sorted by the number of commits in descending order:
* haxwithaxe
* evan
* dylan araps
* Xitian9
* Tomasz Kramkowski
* Tomas Orsava
* Tobias Werth

View File

@ -282,7 +282,8 @@ def process_pos_args(args, via_ipc=False, cwd=None, target_arg=None):
"{}".format(cmd, e))
else:
background = open_target in ('tab-bg', 'tab-bg-silent')
tabbed_browser.tabopen(url, background=background)
tabbed_browser.tabopen(url, background=background,
explicit=True)
def _open_startpage(win_id=None):