aboutsummaryrefslogtreecommitdiffhomepage
path: root/pager.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-26 00:41:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-26 00:41:30 -0800
commitf58dff62c7888ec00f0c10e27b46c1347ecb85d3 (patch)
treed61f2cadea8b32e9ddff73162d507be69f66fb57 /pager.h
parent6d13b8bbc0a797bd1403c3084c6152480c98ace4 (diff)
Beginnings of work for search field feature of new pager
Diffstat (limited to 'pager.h')
-rw-r--r--pager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pager.h b/pager.h
index 1407e362..39af0335 100644
--- a/pager.h
+++ b/pager.h
@@ -45,6 +45,10 @@ class pager_t
/* Fully disclosed means that we show all completions */
bool fully_disclosed;
+ /* Whether we show the search field */
+ bool search_field_shown;
+ wcstring search_field_string;
+
/* Returns the index of the completion that should draw selected, using the given number of columns */
size_t visual_selected_completion_index(size_t rows, size_t cols) const;