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

Diff of /lbbs/src/bbs_main.c

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

Revision 1.12 by sysadm, Sat Oct 23 18:41:41 2004 UTC Revision 1.13 by sysadm, Tue Nov 30 07:10:32 2004 UTC
# Line 24  bbs_main() Line 24  bbs_main()
24  {  {
25    char temp[256];    char temp[256];
26    int ret;    int ret;
27    
28      set_input_echo(0);
29        
30    bbs_info();    bbs_info();
31    
# Line 34  bbs_main() Line 36  bbs_main()
36    ret = bbs_login();    ret = bbs_login();
37    if (ret < 0)    if (ret < 0)
38      return -1;      return -1;
39      clearscr();
40        
41    //BBS Top 10    //BBS Top 10
42    strcpy (temp, app_home_dir);    strcpy (temp, app_home_dir);
# Line 53  int Line 56  int
56  bbs_info()  bbs_info()
57  {  {
58    prints(    prints(
59      "\033[1;37m»¶Ó­¹âÁÙ \033[33m%s \033[32m[%s]  \033[37m( %s )\r\n",      "»¶Ó­¹âÁÙ \033[1:33m%s \033[32m[%s]  \033[37m( %s )\r\n",
60      BBS_name, BBS_server, app_version);      BBS_name, BBS_server, app_version);
61            
62    iflush();    iflush();


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

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