summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 3d982e32e..7ea2ab3fb 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -187,12 +187,12 @@ struct browser_window {
/** Last time a link was followed in this window */
unsigned int last_action;
- /** search context for free text search */
- struct search_context *search_context;
-
- /** Content with current selection, or NULL if none */
+ /** Current selection, or NULL if none */
struct selection *cur_sel;
+ /** Current context for free text search, or NULL if none */
+ struct search_context *cur_search;
+
/** cache of the currently displayed status text. */
char *status_text; /**< Current status bar text. */
int status_text_len; /**< Length of the ::status_text buffer. */