summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-03-01 22:38:04 +0100
committerpgen <p.gen.progs@gmail.com>2016-03-01 22:38:04 +0100
commit7cd97cab761f3f73af93510154f623bdd185b48f (patch)
treee260088ad92614dfc56b02091d2653e5f4fdad4e /smenu.h
parent8b8b4872dd9b8e86d9b448311b105b2f9619aee6 (diff)
Move the rows filtering code in the get_word function as we are in line_mode when it it used
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/smenu.h b/smenu.h
index 6912a44..0057f3d 100644
--- a/smenu.h
+++ b/smenu.h
@@ -100,8 +100,7 @@ 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 filter_type, ll_t * inc_list, ll_t * exc_list);
+int build_metadata(word_t * word_a, term_t * term, int count, win_t * win);
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);