summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-26 00:53:13 +0200
committerjcid <devnull@localhost>2008-09-26 00:53:13 +0200
commitf0eaf18f7bf51913b8e10c98ee92c69e6fff6a30 (patch)
tree214b09c3ceebfe19e56093b49ec1953974b695d3 /src/prefs.h
parent061a12750c5fafcb0c582d182975022c3aa8b7ff (diff)
- Added the "middle_click_opens_new_tab" option to dillo2rc.
- Added the "focus_new_tab" option to dillo2rc. - Added "New Tab", "Open Link in new Tab" and "Open Image in new Tab". - Fixed the resizable when removed by tabs
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index c7658c80..46096aff 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -36,6 +36,7 @@ struct _DilloPrefs {
bool_t small_icons;
bool_t limit_text_width;
bool_t w3c_plus_heuristics;
+ bool_t focus_new_tab;
double font_factor;
bool_t show_back;
bool_t show_forw;
@@ -55,6 +56,7 @@ struct _DilloPrefs {
char *fw_fontname;
bool_t generate_submit;
bool_t enterpress_forces_submit;
+ bool_t middle_click_opens_new_tab;
char *search_url;
char *save_dir;
bool_t show_msg;