aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Dequis <dx@dxzone.com.ar>2009-06-10 18:29:13 -0300
committerGravatar Dequis <dx@dxzone.com.ar>2009-06-10 18:29:13 -0300
commit97526404f52875d82d584f18420be72fdc300d93 (patch)
tree8f835841285cfc8d756ae02904ecbb4c6f9fc86a /uzbl.h
parent34a0ec4c9091c97aed9950d1b5c1fcdf01a6cf27 (diff)
Add disable_stdin config option
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index ee9e693..8dd2c02 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -144,6 +144,7 @@ typedef struct {
gboolean insert_mode;
gboolean status_top;
gboolean reset_command_mode;
+ gboolean disable_stdin;
gchar* modkey;
guint modmask;
guint http_debug;