From 923cc06f98d32946d384016f385fad47525a269f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 15 Aug 2016 17:51:01 +0100 Subject: Allow a second-run NetSurf to open passed URL in a new tab rather than a new window. --- frontends/amiga/dist/NetSurf.guide | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontends/amiga/dist') diff --git a/frontends/amiga/dist/NetSurf.guide b/frontends/amiga/dist/NetSurf.guide index a1c3941df..ec1df8d72 100755 --- a/frontends/amiga/dist/NetSurf.guide +++ b/frontends/amiga/dist/NetSurf.guide @@ -129,8 +129,8 @@ The user directories contain user-specific preferences and cache data. Always l Current user. Defaults to the value of the USER env-var, or Default. @endnode -@node options "Options file" -The options file is stored in @{"Users/Default/Choices" link Users/Default/Choices/Main} by default. Most of the settings can be changed from within NetSurf by selecting Edit preferences from the Settings menu. +@node options "Choices file" +The Choices file is stored in @{"Users/Default/Choices" link Users/Default/Choices/Main} by default. Most of the settings can be changed from within NetSurf by selecting Edit preferences from the Settings menu. There are a couple of Amiga-specific options which can only be changed directly in the file. These are: @@ -143,8 +143,8 @@ There are a couple of Amiga-specific options which can only be changed directly @{b}reformat_delay@{ub} Sets a delay on performing content reformats (eg. if the window has been resized). Set to a higher value to make "resize with contents" more responsive. Defaults to 0 (immediate). @{b}redraw_tile_size_x@{ub}/@{b}redraw_tile_size_y@{ub} Specify the size of the off-screen bitmap. Higher will speed up redraws at the expense of memory. 0 disables tiling (will use a bitmap at least the size of the screen NetSurf is running on) @{b}web_search_width@{ub} Defaults to 0. Larger values will increase the size of the web search gadget next to the URL bar. - -@{b}mask_alpha@{ub} Threshold to use when determining which alpha values to convert to full transparency (0 - 255, where 255 will convert even opaque pixels to transparent). Defaults to 50 (0x32). This is only used in palette-mapped modes where alpha blending is not currently supported. +@{b}mask_alpha@{ub} Threshold to use when determining which alpha values to convert to full transparency (0 - 255, where 255 will convert even opaque pixels to transparent). Defaults to 0. This is only used in palette-mapped modes where alpha blending is not currently supported. +@{b}tab_new_session{ub} If NetSurf is already running, this will cause any passed URLs to open in a new tab rather than a new window. @{b}url_file@{ub} Path to URL database file @{b}hotlist_file@{ub} Path to Hotlist file -- cgit v1.2.3