mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
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
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user