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

the menu must be redrawn after displaying the help info

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33669 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 79f5f614
No related branches found
No related tags found
No related merge requests found
......@@ -276,6 +276,7 @@ int run_category_menu(WINDOW *menu, int cat_num)
case 'h':
case 'H':
show_help(menu);
changed = 1;
break;
case KEY_F(7):
set_all(cat, 0);
......
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