Skip to content
Snippets Groups Projects
Commit 72f2bf81 authored by Russell Bryant's avatar Russell Bryant
Browse files

add a note indicating that you can press 'h' for help

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 73e6f899
No related branches found
No related tags found
No related merge requests found
......@@ -978,7 +978,7 @@ uninstall-all: _uninstall
menuselect: build_tools/menuselect makeopts.xml
-@build_tools/menuselect ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} menuselect.makeopts && echo "menuselect changes saved!" || echo "menuselect changes NOT saved!"
build_tools/menuselect: build_tools/menuselect.c build_tools/menuselect.h mxml/libmxml.a
build_tools/menuselect: build_tools/menuselect.c build_tools/menuselect_curses.c build_tools/menuselect.h mxml/libmxml.a include/autoconfig.h
$(MAKE) -C build_tools menuselect
mxml/libmxml.a:
......
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment