about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h
index feb0d4c..9971804 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -288,6 +288,7 @@ struct tab {
 
 	/* focused text entry */
 	WebKitDOMElement	*active;
+	char			*active_text;
 };
 TAILQ_HEAD(tab_list, tab);