summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-02-03 00:23:04 +0100
committerportix <portix@gmx.net>2012-02-03 00:23:04 +0100
commit2c5319d4faf216fe34e24a9a4191785068b5b617 (patch)
tree937d62cc6a4aa53812e6d7de0153ecc30487ebdb /src/config.h
parent1aa108f8cf0b407a80b79b8df4111c127f6c4103 (diff)
downloaddwb-2c5319d4faf216fe34e24a9a4191785068b5b617.zip
New option 'auto-insert-mode', closing #95
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index fe07f269..5837ccfa 100644
--- a/src/config.h
+++ b/src/config.h
@@ -989,4 +989,6 @@ static WebSettings DWB_SETTINGS[] = {
SETTING_PER_VIEW, BOOLEAN, { .b = true }, (S_Func)dwb_set_plugin_blocker, },
{ { "plugin-blocker", "Whether to block flash plugins and replace them with a clickable element", },
SETTING_PER_VIEW, BOOLEAN, { .b = true }, (S_Func)dwb_set_plugin_blocker, },
+ { { "auto-insert-mode", "Whether go automatically in insert mode if input or textarea has focus", },
+ SETTING_PER_VIEW, BOOLEAN, { .b = false }, (S_Func)dwb_set_auto_insert_mode, },
};/*}}}*/