Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
301ea197
Commit
301ea197
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
try to fix getting links shown in a new window of a running browser, still not right for firefox.
parent
fb229000
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapUtils/zmapWebBrowser.c
+4
-3
4 additions, 3 deletions
src/zmapUtils/zmapWebBrowser.c
with
4 additions
and
3 deletions
src/zmapUtils/zmapWebBrowser.c
+
4
−
3
View file @
301ea197
...
...
@@ -26,9 +26,9 @@
*
* Exported functions: See zmapUtils.h
* HISTORY:
* Last edited:
Jun 9
16:2
0
200
9
(edgrif)
* Last edited:
Feb 18
16:2
7
20
1
0 (edgrif)
* Created: Thu Mar 23 13:35:10 2006 (edgrif)
* CVS info: $Id: zmapWebBrowser.c,v 1.
9
2010-0
1-25 15:32:48 mh17
Exp $
* CVS info: $Id: zmapWebBrowser.c,v 1.
10
2010-0
3-03 11:05:28 edgrif
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -78,8 +78,9 @@ static char *translateURLChars(char *orig_link) ;
/* List of browsers for different systems, you can have more than one browser for a system. */
static
BrowserConfigStruct
browsers_G
[]
=
{
{
"Linux"
,
"iceweasel"
,
"iceweasel -new-window
\"
"
BROWSER_PATTERN
"
\"
"
},
{
"Linux"
,
"firefox"
,
"firefox -browser
\"
"
BROWSER_PATTERN
"
\"
"
},
{
"Linux"
,
"mozilla"
,
"mozilla -remote 'openurl(
\"
"
BROWSER_PATTERN
"
\"
,new-window)' || mozilla
\"
"
BROWSER_PATTERN
"
\"
"
},
{
"Linux"
,
"firefox"
,
"firefox -new-window
\"
"
BROWSER_PATTERN
"
\"
"
},
{
"OSF"
,
"netscape"
,
NULL
},
{
"Darwin"
,
"/Applications/Safari.app/Contents/MacOS/Safari"
,
"open
\"
"
BROWSER_PATTERN
"
\"
"
},
{
NULL
,
NULL
}
/* Terminator record. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment