/[LeafOK_CVS]/lbbs/src/section_list_display.c
ViewVC logotype

Diff of /lbbs/src/section_list_display.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.37 by sysadm, Tue Jun 24 10:01:24 2025 UTC Revision 1.38 by sysadm, Tue Jun 24 12:32:16 2025 UTC
# Line 826  int section_list_display(const char *sna Line 826  int section_list_display(const char *sna
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    
# Line 847  int section_list_ex_dir_display(SECTION_ Line 846  int section_list_ex_dir_display(SECTION_
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          {          {
# Line 878  int section_list_ex_dir_display(SECTION_ Line 875  int section_list_ex_dir_display(SECTION_
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:


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1