Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Mon Mar 21 17:08:21 2005 UTC | Revision 1.2 by sysadm, Mon Mar 21 17:10:51 2005 UTC | |
|---|---|---|
| # | Line 403 bbsnet_selchange (int new_pos) | Line 403 bbsnet_selchange (int new_pos) |
| 403 | moveto (20, 0); | moveto (20, 0); |
| 404 | clrtoeol (); | clrtoeol (); |
| 405 | prints ("║\x1b[1m单位:\x1b[1;33m%-18s\x1b[m 站名:\x1b[1;33m%s\x1b[m", | prints ("║\x1b[1m单位:\x1b[1;33m%-18s\x1b[m 站名:\x1b[1;33m%s\x1b[m", |
| 406 | bbsnet_conf[new_pos].host2, bbsnet_conf[new_pos].host1); | bbsnet_conf[new_pos].host1, bbsnet_conf[new_pos].host2); |
| 407 | moveto (20, 79); | moveto (20, 79); |
| 408 | prints ("║"); | prints ("║"); |
| 409 | moveto (21, 0); | moveto (21, 0); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |