Parent Directory
|
Revision Log
|
Patch
| Revision 1.28 by sysadm, Fri May 6 15:48:44 2005 UTC | Revision 1.29 by sysadm, Sat May 7 12:08:28 2005 UTC | |
|---|---|---|
| # | Line 100 bbs_center () | Line 100 bbs_center () |
| 100 | show_bottom (""); | show_bottom (""); |
| 101 | display_menu (get_menu (&bbs_menu, "TOPMENU")); | display_menu (get_menu (&bbs_menu, "TOPMENU")); |
| 102 | ||
| 103 | while (1) | while (!SYS_exit) |
| 104 | { | { |
| 105 | ch = igetch (); | ch = igetch (); |
| 106 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |