diff options
author | portix <none@none> | 2013-02-19 21:55:36 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-19 21:55:36 +0100 |
commit | f614ebb8fe343a2ef3ee14c68ee3317fa3f968b6 (patch) | |
tree | 9ff1aef587135f99a6e028cdabb8a76488efc8d6 /src/dwb.h | |
parent | a4ff0b6bb050cfc6533a0f2f0bed9102009ad176 (diff) | |
download | dwb-f614ebb8fe343a2ef3ee14c68ee3317fa3f968b6.zip |
Search history, use mutex for global_unbind
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -593,6 +593,7 @@ struct _State { GList *last_com_history; GList *last_nav_history; + GList *last_find_history; GList *undo_list; @@ -791,6 +792,7 @@ enum Files { FILES_BOOKMARKS = 0, FILES_NAVIGATION_HISTORY, FILES_COMMAND_HISTORY, + FILES_SEARCH_HISTORY, FILES_COOKIES, FILES_COOKIES_ALLOW, FILES_COOKIES_SESSION_ALLOW, @@ -834,6 +836,7 @@ struct _FileContent { GList *pers_scripts; GList *pers_plugins; GList *downloads; + GList *searches; }; struct _Dwb { |