/[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.6 by sysadm, Thu May 29 02:21:31 2025 UTC Revision 1.7 by sysadm, Thu May 29 02:45:23 2025 UTC
# Line 307  int section_list_display(const char *sna Line 307  int section_list_display(const char *sna
307                          return -4;                          return -4;
308                  }                  }
309    
310                  snprintf(page_info_str, sizeof(page_info_str), "µÚ%d/%dÒ³", page_id + 1, MAX(page_count, 1));                  snprintf(page_info_str, sizeof(page_info_str),
311                                     "\033[33m[µÚ\033[36m%d\033[33m/\033[36m%d\033[33mÒ³]",
312                                     page_id + 1, MAX(page_count, 1));
313                    
314                  show_bottom(page_info_str);                  show_bottom(page_info_str);
315                  iflush();                  iflush();
316    


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

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