summaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index 6ed9341f..b8dc3956 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -51,7 +51,8 @@ _vte_debug_init(void)
{ "pangocairo", VTE_DEBUG_PANGOCAIRO },
{ "widget-size", VTE_DEBUG_WIDGET_SIZE },
{ "style", VTE_DEBUG_STYLE },
- { "resize", VTE_DEBUG_RESIZE }
+ { "resize", VTE_DEBUG_RESIZE },
+ { "regex", VTE_DEBUG_REGEX }
};
_vte_debug_flags = g_parse_debug_string (g_getenv("VTE_DEBUG"),