summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index ee777c832..9743054e7 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -175,6 +175,12 @@ struct browser_window {
struct search_context *search_context;
struct form_control *visible_select_menu;
+
+ /** cache of the currently displayed status text. */
+ char *status_text;
+ int status_text_len;
+ int status_match;
+ int status_miss;
};