summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-02-22 23:53:52 +0100
committerpgen <p.gen.progs@gmail.com>2016-02-22 23:53:52 +0100
commit63353b36b9328f8ba471668b538111a18e47bcc8 (patch)
treecf713b7afa966b439c0ee342eab8bc06a3f8e629 /smenu.h
parent279266e3a443b87c7de8215a81267e9445cc6e51 (diff)
Add a -R option to select sets of rows and modify -C to use interval lists
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/smenu.h b/smenu.h
index 8226bfd..6912a44 100644
--- a/smenu.h
+++ b/smenu.h
@@ -100,7 +100,8 @@ char *make_ini_path(char *name, char *base);
void set_foreground_color(term_t * term, int color);
void set_background_color(term_t * term, int color);
-int build_metadata(word_t * word_a, term_t * term, int count, win_t * win);
+int build_metadata(word_t * word_a, term_t * term, int count, win_t * win,
+ int filter_type, ll_t * inc_list, ll_t * exc_list);
int disp_lines(word_t * word_a, win_t * win, toggle_t * toggle, int current,
int count, int search_mode, char *search_buf, term_t * term,
int last_line, char *tmp_max_word, langinfo_t * langinfo);
@@ -127,7 +128,7 @@ int search_next(tst_node_t * tst, word_t * word_a, char *search_buf,
void sig_handler(int s);
void parse_cols_selector(char *str, char **filter, char *unparsed,
- int max_cols);
+ int max_cols, ll_t ** inc_list, ll_t ** exc_list);
void set_new_first_column(win_t * win, term_t * term, word_t * word_a);
int parse_sed_like_string(sed_t * sed);