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

Diff of /lbbs/src/bbs_net.c

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

Revision 1.4 by sysadm, Mon Mar 21 17:52:09 2005 UTC Revision 1.6 by sysadm, Mon Mar 21 18:14:00 2005 UTC
# Line 92  load_bbsnet_conf (const char *file_confi Line 92  load_bbsnet_conf (const char *file_confi
92        p_menuitem->name[0] =        p_menuitem->name[0] =
93          (item_count < MAXSTATION / 2 ? 'A' + item_count : 'a' + item_count);          (item_count < MAXSTATION / 2 ? 'A' + item_count : 'a' + item_count);
94        p_menuitem->name[1] = '\0';        p_menuitem->name[1] = '\0';
95        sprintf (p_menuitem->text, "1;36m%c. %s",        sprintf (p_menuitem->text, "%c. %s",
96                 p_menuitem->name[0], bbsnet_conf[item_count].host1);                 p_menuitem->name[0], bbsnet_conf[item_count].host1);
97    
98        item_count++;        item_count++;
# Line 491  bbs_net () Line 491  bbs_net ()
491                    bbsnet_selchange (pos);                    bbsnet_selchange (pos);
492                    break;                    break;
493                  default:                  default:
494                      menu_control (&bbsnet_menu, ch);
495                      pos = bbsnet_menu.p_menu[0]->item_cur_pos;
496                      bbsnet_selchange (pos);
497                    break;                    break;
498                  }                  }
499              }              }


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

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