mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
2b1aedf6d1
Add a 'Search contents' button to the cache manager that searches through the cache items' data rather than their metadata. Add match_cache_entry_contents. Add push_cache_hierbox_search_button and push_cache_hierbox_search_contents_button, which call push_hierbox_search_button after setting box->ops to either cache_entry_listbox_ops or cache_entry_listbox_ops_match_contents, respectively, which define the appropriate match callback for the hierbox search code. Add strlcasestr, used in the new match_cache_entry_contents routine. |
||
---|---|---|
.. | ||
cache.c | ||
cache.h | ||
dialogs.c | ||
dialogs.h | ||
Makefile |