summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-10-13 23:14:30 +0200
committerpgen <p.gen.progs@gmail.com>2015-10-13 23:14:30 +0200
commit990f327493c92144c70bc3948bcee72c5583ca3d (patch)
tree735054b642d2f5fa2c49be86341dc24529969ec4 /smenu.h
parent55a90c96a5bc75dd453420d39ff4970e98ce5268 (diff)
Split the help line when necessary
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 a3709fa..d82cd27 100644
--- a/smenu.h
+++ b/smenu.h
@@ -26,7 +26,7 @@ typedef struct word_s word_t;
typedef struct color_s color_t;
typedef struct limits_s limits_t;
-void help(win_t * win);
+void help(win_t * win, term_t * term, int last_line);
void usage(void);
void *xmalloc(size_t size);