| 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(); |