summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-10-07 19:55:08 +0200
committerpgen <p.gen.progs@gmail.com>2015-10-07 22:42:30 +0200
commita7abc3877bc9eefecb1699584e32fa62e664dce4 (patch)
treef5c774e1e895c1310b62238b00b6f0d488b96850 /smenu.h
parent4d1206bef8bfb0be50d691c785b70f67027a257b (diff)
Fix the tab mode
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smenu.h b/smenu.h
index dce2211..4997b8a 100644
--- a/smenu.h
+++ b/smenu.h
@@ -89,7 +89,7 @@ int get_bytes(FILE * input, char *mb_buffer, ll_t * word_delims_list,
int get_scancode(unsigned char *s, int max);
char *get_word(FILE * input, ll_t * word_delims_list,
ll_t * record_delims_list, char *mb_buffer, int *is_last,
- toggle_t * toggle, langinfo_t * langinfo);
+ toggle_t * toggle, langinfo_t * langinfo, win_t * win);
void left_margin_putp(char *s, term_t * term);
int main(int argc, char *argv[]);
void right_margin_putp(char *s1, char *s2, langinfo_t * langinfo, term_t * term,