/[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.86 by sysadm, Sun Nov 30 11:59:18 2025 UTC Revision 1.87 by sysadm, Mon Dec 1 02:10:34 2025 UTC
# Line 1172  static int bbsnet_selchange() Line 1172  static int bbsnet_selchange()
1172    
1173          moveto(20, 1);          moveto(20, 1);
1174          clrtoeol();          clrtoeol();
1175          prints("|\033[1m单位: \033[1;33m%s\033[m%*s  站名: \033[1;33m%s\033[m",          prints("|\033[1m单位: \033[1;33m%s\033[m%*s  站名: \033[1;33m%s\033[m%*s  类型: \033[1;33m%s\033[m",
1176                     bbsnet_conf[i].org_name, 20 - str_length(bbsnet_conf[i].org_name, 1), "", bbsnet_conf[i].site_name);                     bbsnet_conf[i].org_name, 20 - str_length(bbsnet_conf[i].org_name, 1), "",
1177                       bbsnet_conf[i].site_name, 20 - str_length(bbsnet_conf[i].site_name, 1), "",
1178                       (bbsnet_conf[i].use_ssh ? "SSH" : "Telnet"));
1179          moveto(20, 80);          moveto(20, 80);
1180          prints("|");          prints("|");
1181          moveto(21, 1);          moveto(21, 1);
1182          clrtoeol();          clrtoeol();
1183          prints("|\033[1m连往: \033[1;33m%-20s\033[m  端口: \033[1;33m%-5d\033[m            类型: \033[1;33m%s\033[m",          prints("|\033[1m连往: \033[1;33m%-20s\033[m  端口: \033[1;33m%-5d\033[m                 编码: \033[1;33m%s\033[m",
1184                     bbsnet_conf[i].host_name, bbsnet_conf[i].port, (bbsnet_conf[i].use_ssh ? "SSH" : "Telnet"));                     bbsnet_conf[i].host_name, bbsnet_conf[i].port, bbsnet_conf[i].charset);
1185          moveto(21, 80);          moveto(21, 80);
1186          prints("|");          prints("|");
1187          iflush();          iflush();


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

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