3 .\" Copyright (c) 2010, 2011 Marco Peereboom <marco@peereboom.us>
4 .\" Copyright (c) 2011 Jason McIntyre <jmc@openbsd.org>
6 .\" Permission to use, copy, modify, and distribute this software for any
7 .\" purpose with or without fee is hereby granted, provided that the above
8 .\" copyright notice and this permission notice appear in all copies.
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 .Dd $Mdocdate: October 14 2011 $
23 .Nd lightweight web browser
29 .Op Fl s Ar session_name
34 is a minimalistic web browser that tries to stay out of the way so that
35 valuable screen real estate can be used for much more important stuff.
36 It has sane defaults and does not require one to learn a language to do any
38 It was written by hackers for hackers
39 and it strives to be small, compact, and fast.
42 is very simple in its use.
43 Most actions are initiated via key or mouse bindings.
44 Key bindings are based on those of the
47 giving web browsing a similar feel to navigating a text document.
50 section below documents the various defaults and possible customizations.
52 The options are as follows:
55 Specify an alternative configuration file.
57 Open a new tab in a running
59 for each specified URL.
64 Execute arbitrary command (see the
66 section below) in a running
68 instance. This option requires
70 to be enabled. Example run: xxxterm -e "tabnew openbsd.org"; xxxterm -e
71 tabclose; xxxterm -e wq.
74 .It Fl s Ar session_name
75 Open session that was saved with ":session save" command.
77 Disable visualization of tabs.
81 Display version and exit.
84 The following notation is used throughout this page:
86 .Bl -tag -width Ds -offset indent -compact
92 Meta 1 (sometimes marked Alt)
98 Meta 4 (sometimes marked Windows)
105 To browse to a specific address,
106 either use the mouse to click on the address bar
109 to shift the keyboard focus to the address bar.
110 The address is then entered manually.
112 The mouse can be used to navigate the page in the traditional manner,
113 or the keyboard can be used instead.
118 will scroll up and down the page.
121 either click on it or use the
125 assign numbers to each link on the page;
126 entering that number on the keyboard will prompt
131 provides many actions accessed via key or mouse bindings.
132 Most can be reprogrammed using a
134 entry in the configuration file.
135 Each keyboard shortcut requires exactly one entry in the configuration file.
136 A shortcut can have multiple entries in the configuration file.
137 The format of the keybinding entry is as follows:
139 .D1 keybinding = action,(!)keystroke(s)
141 For example, "keybinding = tabnew,C-t" where
147 GTK has some default keybindings for manipulating text inside input
148 fields, such as the URI or search entry widget, for example
150 deletes a word. To override these defaults prefix your key with an
151 exclamation mark, like this: "keybinding = tabclose,!C-w".
154 key word is special and is meant to reset the key binding list to the GTK+
156 This keyword should be the first
158 entry in the configuration file.
160 Shift should be used sparingly since it gets in the way of non-USA keyboards.
161 See the accompanying configuration file for examples.
163 The various bindings are documented below.
164 The relevant keybinding action is given afterwards, in parentheses.
166 These commands are used to focus or unfocus input on the default input of a web
169 .Bl -tag -width Ds -offset indent -compact
171 Go to command mode; unfocus current entry on web page.
174 Go to insert mode; focus on default entry on web page.
178 These commands are used to search for text strings within a web page.
180 .Bl -tag -width Ds -offset indent -compact
185 Start a backwards search
188 Next item matching search
191 Previous item matching search
195 These commands are used to shift the focus of
197 from one area to another.
199 .Bl -tag -width Ds -offset indent -compact
204 Focus on search entry
208 These commands allow the user to map specific actions to specific keys.
209 It can be useful when the
213 .Bl -tag -width Ds -offset indent -compact
217 Alias for ":toplevel toggle"
222 Alias for ":open current-uri"
223 .Pq Cm promptopencurrent
228 Alias for ":tabnew current-uri"
229 .Pq Cm prompttabnewcurrent
231 .Ss Navigation Commands
232 These commands allow the user to navigate web pages and,
236 .Bl -tag -width "Space, C-f, PageDownXXX" -offset indent -compact
240 .It Cm Backspace, M-Left
243 .It Cm S-BackSpace, M-Right
250 Previous line on page
258 .It Cm Space, C-f, PageDown
260 .Pq Cm scrollpagedown
272 .Pq Cm scrollfarright
292 Toggle Java Script enabled for FQDN
298 Toggle cookie enabled for FQDN
303 supports tabbed browsing.
304 That is, web pages may be opened in separate tabs,
305 allowing the user to quickly move from one page to another,
307 These commands then are used to create, destroy, and move between tabs.
309 .Bl -tag -width "C-plus, C-equalXXX" -offset indent -compact
311 Open new tab with the clicked link
313 Create new tab with focus in URL entry
316 Create new tab with focus in URL entry as the last tab in the browser
324 .It Cm C-Left, C-PageUp
325 Go to the previous tab
327 .It Cm C-Right, C-PageDown
333 .Pq Cm tabnext [1..9]
343 .It Cm C-plus, C-equal
347 Set zoom level to 100%
350 .Ss Yanking and pasting
351 These commands copy and paste text to and from the clipboard.
353 .Bl -tag -width Ds -offset indent -compact
355 Paste the contents of the clipboard into the address bar
358 Paste the contents of the clipboard into a new tab
361 Yank the current URL into the clipboard
364 .Ss Hyperlink Following
365 This allows the user to follow hyperlinks
366 without using a mouse.
367 Enter the corresponding number to follow the link.
368 Alternatively one can type the name of the link and when there are no more
371 will follow the link.
373 .Bl -tag -width Ds -offset indent -compact
375 Highlight all links and prefix them with a number.
378 Highlight all links and prefix them with a number but open in a new tab.
379 .Pq Cm hinting_newtab
382 Commands to exit the browser.
384 .Bl -tag -width Ds -offset indent -compact
389 .Ss Low-Contrast Color Scheme
390 This command toggles the page's style between the default CSS and a
391 low-contrast color scheme with light grey text on a dark grey background.
393 .Bl -tag -width Ds -offset indent -compact
395 Toggle the current tab's style.
399 Command mode works in a similar fashion to the
402 it is entered by typing a colon and exited by typing Esc.
403 The commands and their descriptions are listed below.
404 .Bl -tag -width Ds -offset indent
405 .It Cm about , version
406 Show the "About" page.
407 .It Cm buffers , ls , tabs
408 Displays the currently open tabs and lets the user switch tab by typing
409 the tab number or using the mouse.
411 Display CA certificates.
412 .It Cm cert , cert show
413 Download and display certificates of domain on tab.
415 Save certificate into a local store.
416 The next time the site is visited it is compared against the store.
417 If the certificate matches,
418 the address bar will be blue;
419 if it doesn't the bar will be red.
423 command is used to manipulate the cookie whitelist.
424 Used by itself it expands to
425 .Cm cookie show all .
427 Show cookie jar contents.
428 .It Cm cookie save, cookie save fqdn
429 Save the current fully qualified domain name (FQDN)
430 to the persistent whitelist.
432 the www.peereboom.us domain would result in saving .www.peereboom.us.
433 .It Cm cookie save domain
434 Save the top level domain name to the persistent whitelist.
436 the www.peereboom.us domain would result in saving .peereboom.us.
438 This action enables cookies if it is currently disabled for this entry.
439 .It Cm cookie show all
440 Show all persistent and session entries in the cookie whitelist.
441 .It Cm cookie show persistent
442 Show all persistent entries in the cookie whitelist.
443 .It Cm cookie show session
444 Show all session entries in the cookie whitelist.
445 .It Cm cookie toggle domain
446 Toggle cookie support for the current top level domain.
447 .It Cm cookie toggle, cookie toggle fqdn
448 Toggle cookie support for the current FQDN.
450 Show download manager.
451 .It Cm encoding <encoding>
454 is set the tab's encoding will be set to
463 will display the current tab encoding.
467 Add the current page to favorites.
468 .It Cm fullscreen , f
469 Toggle hiding tabs and url entry toolbar.
470 .It Cm h , hist , history
479 command is used to manipulate the Java Script whitelist.
480 Used by itself it expands to
482 .It Cm js save, save fqdn
483 Saves the FQDN to the persistent whitelist.
485 the www.peereboom.us domain would result in saving .www.peereboom.us.
486 .It Cm js save domain
487 Saves the top level domain name to the persistent whitelist.
489 the www.peereboom.us domain would result in saving .peereboom.us.
491 This action enables Java Script if it is currently disabled for this entry.
493 Shows all persistent and session entries in the JS whitelist.
494 .It Cm js show persistent
495 Shows all persistent entries in the JS whitelist.
496 .It Cm js show session
497 Shows all session entries in the JS whitelist.
498 .It Cm js toggle, js toggle fqdn
499 Toggle Java Script execution for the current FQDN.
500 .It Cm js toggle domain
501 Toggle Java Script execution for the current top level domain.
502 .It Cm open , op , o URL
507 command is used to manipulate the plugin whitelist.
508 Used by itself it expands to
509 .Cm plugin show all .
510 .It Cm plugin save, save fqdn
511 Saves the FQDN to the persistent whitelist.
513 the www.peereboom.us domain would result in saving .www.peereboom.us.
514 .It Cm plugin save domain
515 Saves the top level domain name to the persistent whitelist.
517 the www.peereboom.us domain would result in saving .peereboom.us.
519 This action enables plugins if they are currently disabled for this entry.
520 .It Cm plugin show all
521 Shows all persistent and session entries in the plugin whitelist.
522 .It Cm plugin show persistent
523 Shows all persistent entries in the plugin whitelist.
524 .It Cm plugin show session
525 Shows all session entries in the plugin whitelist.
526 .It Cm plugin toggle, plugin toggle fqdn
527 Toggle plugin execution for the current FQDN.
528 .It Cm plugin toggle domain
529 Toggle plugin execution for the current top level domain.
532 .It Cm qa , qall , quitall
536 Close current tab and quit
538 if it is the last tab.
542 and reload all current tabs.
543 .It Cm run_script [path_to_script]
544 Runs the script path_to_script with the current uri as the argument.
545 If path_to_script is not provided, the value of default_script is used
547 .It Cm script [filename]
548 Run an external JavaScript script file in the current tab context.
549 .It Cm session , Cm session show
550 Display the current session name.
551 By default the session name is main_session.
552 To create a new session use the
555 A session is defined as the lifetime of the browser application.
556 .It Cm session delete <session_name>
557 Delete session session_name from persistent storage.
558 If session_name is the current session then the session will revert to
560 .It Cm session open <session_name>
561 Open session_name and close all currently open tabs.
562 Going forward this session is named session_name.
563 .It Cm session save <session_name>
564 Save current tabs to session_name session.
565 This will close the current session and going forward this session is named
568 The set command is used to inspect, clear or change runtime options.
569 There are 3 methods to use
571 When used by itself as
573 the command displays all options as currently set.
576 .Cm :set option=value .
578 .Cm :set http_proxy=http://127.0.0.1:8080 .
583 .Cm :set http_proxy= .
585 Note, not all options can be set at runtime.
587 Show blocked cookie statistics.
588 These statistics vary based on settings and are not persistent.
589 .It Cm statustoggle , statust
595 .It Cm tabnew , tabedit [URL]
596 Create new tab and optionally open provided URL.
600 Go to the previous tab.
603 .It Cm toplevel , toplevel toggle
604 Toggle the top level domain name cookie and JS session whitelist.
605 This is to enable/disable short lived full site functionality without
606 permanently adding the top level domain to the persistent whitelist.
607 .It Cm urlhide , urlh
608 Hide url entry and tool bar.
609 .It Cm urlshow , urls
610 Show url entry and tool bar.
612 Save open tabs to current session.
613 The tabs will be restored next time the session is opened.
614 See the session command for additional details.
616 Save open tabs and quit.
617 The tabs will be restored next time
619 the session is opened.
620 See the session command for additional details.
623 In addition to shortcuts and commands
625 provides buffer commands. Buffer commands are short, multi character
626 vi-like commands, often requiring an argument. Partial buffer commands
628 displayed in the buffer command statusbar element (see
629 .Cm statusbar_elems ) .
630 Pressing Esc or switching to another tab cancels a partially entered
631 buffer command. In the following list
633 denotes the argument a buffer command accepts. Buffer commands are
634 defined as extended regular experssions.
635 Note that if a character is used as a shortcut it will not be interpreted
636 as the beginning of a buffer command. This is the case with
639 .Bl -tag -width "['][a-zA-Z0-9]XXX" -offset indent -compact
641 go to the top of the page
643 go to the bottom of the page
653 is missing, 1 is assumed. Going a
654 level up means going to a uri obtained from the current one by removing
655 the last slash ('/') character and everything that follows it
657 open the home page in the current tab
659 set a mark denoted by
661 at the current page position. These marks behave like those in vi or
663 .It Cm ['][a-zA-Z0-9]
664 go to the position where mark
668 set the current uri as quickmark
671 open the uri marked as quickmark
675 open the uri marked as quickmark
692 set zoom level to 100%
699 Quickmarks are like bookmarks, except they are refered to by a single
700 character (a letter or a digit), instead of a longer name. See the
705 buffer commands for usage. Quickmarks are stored in
706 .Pa ~/.xxxterm/quickmarks
707 and are saved automatically after each
711 The about screens are internally generated web pages by
713 for user interaction.
714 These are entered in the address bar and the format is
716 where screen is the desired screen to display.
717 For example about:favorites.
718 Any about screen can be used as the home page as specified by
720 in the configuration file.
722 .Bl -tag -width "downloadsXXX" -offset indent -compact
724 show the about screen
728 show the cookie whitelist screen
730 show the cookiejar screen
732 show the downloads screen
734 show the favorites screen
736 show the help web page
738 show the history screen
740 show the Java Script whitelist screen
742 show the settings screen
744 show the statistics screen
747 This section describes advanced usage settings.
748 Most users should use
752 and skip over this section.
755 has a number of whitelists to control blocking cookies and Java Script
756 execution for FQDNs or domains.
757 When properly enabled these whitelists require either the FQDN or top level
758 domain to exist in the whitelists in order to allow cookies to be stored or
759 Java Script to execute.
760 Both Java Script and cookies have two whitelists associated with them.
761 The whitelists are called session and persistent.
762 Items in the session whitelists are only allowed for the lifetime of the
765 Items in the persistent whitelists are stored on disk and are restored
768 Setting up the whitelists is a little tricky due to intricacies of WebKit.
769 In fact the semantics are different for cookies and Java Script.
771 Cookie whitelist requires the following configuration to be set:
773 .Bl -tag -width "enable_cookie_whitelistXXX" -offset indent -compact
774 .It Cm cookies_enabled
775 This is a WebKit setting and must be set to
778 in order to be able to use a
780 .It Cm enable_cookie_whitelist
781 This needs to be set to
783 to enable the cookie whitelist functionality.
785 These entries in the configuration file are the actual domains names in the
789 Java Script whitelist requires the following configuration to be set:
791 .Bl -tag -width "enable_js_whitelistXXX" -offset indent -compact
792 .It Cm enable_scripts
793 This is a WebKit setting and must be set to
796 in order to be able to use a
797 Java Script whitelist.
798 .It Cm enable_js_whitelist
799 This needs to be set to
801 to enable the Java Script whitelist functionality.
803 These entries in the configuration file are the actual domains names in the
804 Java Script whitelist.
807 Plugin whitelist requires the following configuration to be set:
809 .Bl -tag -width "enable_plugin_whitelistXXX" -offset indent -compact
810 .It Cm enable_plugins
811 This is a WebKit setting and must be set to
814 in order to be able to use a
816 .It Cm enable_plugin_whitelist
817 This needs to be set to
819 to enable the plugin whitelist functionality.
821 These entries in the configuration file are the actual domains names in the
827 section for additional configuration file entries and details
828 that alter runtime behavior.
830 .Bl -tag -width "/etc/xxxterm.confXXX" -compact
831 .It Pa ~/.xxxterm.conf
833 user specific settings.
840 tries to open the user specific file,
841 .Pa ~/.xxxterm.conf .
842 If that file is unavailable,
843 it then uses built-in defaults.
845 The format of the file is \*(Ltkeyword\*(Gt = \*(Ltsetting\*(Gt.
848 .Dl http_proxy = http://127.0.0.1:8080
850 Enabling or disabling an option is done by using 1 or 0 respectively.
852 The file supports the following keywords:
854 .Bl -tag -width "enable_cookie_whitelistXXX" -offset indent -compact
856 Defines an alias for a given URL, so that the URL is loaded when the alias is
857 entered in the address bar.
858 If the aliased URL includes a %s format specifier, then any argument given after
859 the alias on the address bar is substituted.
860 For example, if g,http://www.google.com/search?q=%s is defined as an alias,
861 then the URL http://www.google.com/search?q=foo is loaded when navigating to
863 .It Cm allow_volatile_cookies
864 If set cookies are stored in the session cache but will be discarded once
867 Unfortunately enabling this does allow for some limited tracking on the web.
869 When set a new tab is appended after the current tab instead of being appended
871 .It Cm autofocus_onload
872 When set a tab that is loaded will attempt to autofocus the default input
874 This is only done for tabs that are currently visible.
878 browser has 3 default operating modes:
886 mode the browser allows all cookies, plugins and Java Script as any other
888 This means that all cookies are saved to persistent storage and that all
889 Java Script and plugins run.
891 On the other hand, using the
893 mode enables whitelists.
894 This requires the user to add all the required
900 If a domain does not appear in the whitelists
902 disallows cookies, Java Script and plugin execution.
906 mode the browse works just like
908 mode however the toolbar only has the backward, forward and home button.
910 This setting must be the first entry in
912 because it sets advanced settings that can be overridden later in the file.
913 See the default config file for more details.
915 Set the command prompt font.
917 .Pa cmd_font = monospace normal 9 .
919 This field delineates the cookie policy.
920 Possible values are: no3rdparty, reject 3rd party cookies.
921 accept, accept all cookies.
922 reject, reject all cookies.
924 This is a cookie whitelist item.
925 Use multiple times to add multiple entries.
926 Valid entries are for example *.moo.com and the equivalent .moo.com.
927 A fully qualified host is also valid and is for example www.moo.com.
928 .It Cm cookies_enabled
930 .It Cm ctrl_click_focus
931 Give focus in newly created tab instead of opening it in the background.
932 .It Cm default_script
933 Path to the script used as the default value for the run_script
935 .It Cm default_zoom_level
936 Set the default browsing zoom level.
938 Locations where files are downloaded to.
939 This directory must exist and
941 validates that during startup.
942 .It Cm enable_cookie_whitelist
943 When enabled all cookies must be in the whitelist or they are rejected.
944 Additionally whitelisted cookies also enable HTML5 local storage for the
946 .It Cm enable_js_whitelist
947 When enabled all domains must be in the js whitelist in order to run Java
952 .It Cm enable_plugin_whitelist
953 When enabled all domains must be in the plugin whitelist in order to run
958 .It Cm enable_plugins
959 Enable external plugins such as Flash and Java.
960 .It Cm enable_scripts
963 When enabled the first instance of
965 will create a socket in the
968 Using the -n url option on subsequent
970 invocations will cause the specified URL to be loaded in a new tab.
971 Only a user with identical UID and GID can use this option.
972 .It Cm enable_localstorage
973 Enable html5 Local Storage.
974 .It Cm enable_spell_checking
975 Enables spell checking. Preferred languages can be set using
976 .Cm spell_check_languages
979 Set the default encoding.
981 .Pa encoding = ISO-8859-1 .
983 Enables a backward, forward, and stop button to the toolbar.
986 is set it'll enable an entry box for searches.
990 will try to guess if the string you entered, in the URI entry widget or
991 the command widget, is term you want to search for using search_string
993 If the string does not contain a dot nor a slash, is not a
994 path to a local file and does not resolves to an IP then it is assumed
996 .It Cm history_autosave
999 will save all command and search history.
1002 the saved command and search history will be restored.
1004 Homepage in URL format.
1006 Proxy server in URL format.
1010 if it is specified as an environment variable.
1011 It must be noted that on older webkit versions one MUST use an IP address and
1013 This works as expected with webkit 1.4.2.
1015 If one desires to use a socks proxy then an intermediary tool must be used.
1016 It has been reported that tsocks works with
1019 Permits icon sizes to be changed if
1022 Size 1 is small; 2 is normal; 3 through 6 are progressively larger.
1024 This is a Java Script whitelist item.
1027 for semantics and more details.
1028 .It Cm max_connections
1029 The maximum number of connections that
1032 .It Cm max_host_connections
1033 The maximum number of connections that
1035 can open at once to a given host.
1037 Sets an action for a specific or default MIME type.
1038 For example, to download and view a pdf using kpdf set
1039 .Pa mime_type = application/pdf,kpdf .
1040 To set a default value use *, for example,
1041 .Pa mime_type = video/*,mplayer .
1042 Note that the action is only passed the URL and not all applications are
1043 capable of dealing with a URL and therefore one might have to create a wrapper
1044 script to download the content first. Alternatively one can add the
1046 in front of the MIME type to indicate "download first".
1048 .Pa mime_type = @application/pdf,xpdf .
1051 is use the file will be downloaded to the
1053 before the MIME handler is called.
1055 Set the font used to display error messages.
1057 .Pa oops_font = monospace normal 9 .
1059 This is a plugin whitelist item.
1062 for semantics and more details.
1063 .It Cm read_only_cookies
1064 Mark cookies file read-only and discard all cookies once the session is
1066 .It Cm refresh_interval
1067 Refresh interval while in the download manager.
1070 Directory that contains various
1072 resources such as icons.
1073 This is OS-specific and should be handled by the porter.
1074 .It Cm save_global_history
1075 If set the global history will be saved to
1076 .Pa ~/.xxxterm/history
1078 and restored at startup.
1081 section above for how the global history is accessed.
1082 Global history is not saved to disk by default.
1083 .It Cm save_rejected_cookies
1084 Saves rejected cookies in cookie format in {work_dir}/rejected.txt.
1085 All cookies are saved and unlike a cookie jar they are never replaced.
1086 Make sure there is enough disk space to enable this feature.
1087 .It Cm search_string
1088 Default search engine string.
1092 .It Cm session_autosave
1093 Enable session auto-saving when changing state (e.g. adding or removing a tab).
1094 The session name is what is currently in use and is described in the
1099 .It Cm session_timeout
1100 This value is the time that is added in seconds to a session cookie.
1102 Enable or disable showing tabs.
1104 Enable or disable showing the url and toolbar.
1105 .It Cm show_statusbar
1106 Enable or disable showing the status bar.
1107 .It Cm single_instance
1112 will be permitted to run.
1113 If there is a URL specified it will be opened in a new tab in the already
1117 .It Cm spell_check_languages
1118 The languages to be used for spell checking, separated by commas. For example,
1121 If set to a valid PEM file
1122 all server certificates will be validated against it.
1123 The URL bar will be colored green (or blue when saved ) when the certificate is
1124 trusted and yellow when untrusted.
1128 is not set then the URL bar will color all HTTPS connections red.
1130 WebKit only supports a single PEM file.
1131 Many OS' or distributions have many PEM files.
1132 One can simply concatenate all separate files into one large one.
1134 .Cm for i in `ls`; do cat $i >> cert.pem; done
1135 and use the resulting cert.pem file as the input to
1137 It is advisable to periodically recreate the cert.pem file.
1138 .It Cm ssl_strict_certs
1139 If this value is set connections to untrusted sites will be aborted.
1140 This value is only used if
1143 .It Cm statusbar_elems
1144 Define the components of the status bar. The possible components are:
1145 .Bd -literal -offset indent
1147 P - page progress percent
1151 The default is "BP".
1152 These components show nothing if there is nothing worth showing, like
1154 .It Cm statusbar_font
1155 Set the status bar font.
1157 .Pa statusbar_font = monospace normal 9 .
1159 Set the tab style to either
1161 - the default gtk notebook tabs, or
1164 You can switch the tab style with the
1168 Set the compact tab bar font.
1170 .Pa tabbar_font = monospace normal 9 .
1172 This is the regular expression that is used to match what constitutes a valid
1176 Set to override the default
1179 .It Cm window_height
1180 Set the default height of the browser window.
1182 Set the default width of the browser window.
1184 Set the work directory where all
1186 scratch files are stored.
1189 .It Cm xterm_workaround
1192 will look additionally at CUT_BUFFER0 if PRIMARY clipboard is empty.
1193 Additionally when the PRIMARY clipboard is cleared it will copy CUT_BUFFER0
1194 into the PRIMARY clipboard.
1199 was inspired by vimprobable2 and the bloat in other
1206 .An Marco Peereboom Aq marco@peereboom.us ,
1207 .An Stevan Andjelkovic Aq stevan@student.chalmers.se ,
1208 .An Edd Barrett Aq vext01@gmail.com ,
1209 .An Todd T. Fries Aq todd@fries.net ,
1210 .An Raphael Graf Aq r@undefined.ch ,
1212 .An Michal Mazurek Aq akfaew@jasminek.net .
1215 .Cm save_global_history
1218 is supposed to, in addition to restoring the global history, color the
1219 visited links accordingly; however due to bug #51747 in WebKit this does