aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-24 19:15:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-24 19:15:43 +0000
commit5ab6384261190c9661d556e310f32670e6aa7c7b (patch)
tree6594048f44a644f740cb5f2c859e5078894268a9 /build_tools
parentf2226932b5127ba69be740adc34f86c4fe6488e4 (diff)
add a note indicating that you can press 'h' for help
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22306 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/menuselect_curses.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/menuselect_curses.c b/build_tools/menuselect_curses.c
index 86efa6000..ed30c917d 100644
--- a/build_tools/menuselect_curses.c
+++ b/build_tools/menuselect_curses.c
@@ -237,6 +237,7 @@ void draw_title_window(WINDOW *title)
wmove(title, 3, (max_x / 2) - (strlen(MENU_TITLE3) / 2));
waddstr(title, MENU_TITLE3);
wmove(title, 0, 0);
+ waddstr(title, "Press 'h' for help");
wrefresh(title);
}