| 826 |
|
|
| 827 |
int section_list_ex_dir_display(SECTION_LIST *p_section) |
int section_list_ex_dir_display(SECTION_LIST *p_section) |
| 828 |
{ |
{ |
|
char str_section_name[LINE_BUFFER_LEN]; |
|
| 829 |
MENU_SET ex_menu_set; |
MENU_SET ex_menu_set; |
| 830 |
int ch = 0; |
int ch = 0; |
| 831 |
|
|
| 846 |
return -3; |
return -3; |
| 847 |
} |
} |
| 848 |
|
|
|
snprintf(str_section_name, sizeof(str_section_name), "[%s | ¾«»ªÇø]", p_section->sname); |
|
|
|
|
| 849 |
clearscr(); |
clearscr(); |
| 850 |
show_bottom(str_section_name); |
show_bottom(""); |
| 851 |
|
|
| 852 |
if (display_menu(&ex_menu_set) == 0) |
if (display_menu(&ex_menu_set) == 0) |
| 853 |
{ |
{ |
| 875 |
break; |
break; |
| 876 |
case REDRAW: |
case REDRAW: |
| 877 |
clearscr(); |
clearscr(); |
| 878 |
show_bottom(str_section_name); |
show_bottom(""); |
| 879 |
display_menu(&ex_menu_set); |
display_menu(&ex_menu_set); |
| 880 |
break; |
break; |
| 881 |
case NOREDRAW: |
case NOREDRAW: |