Parent Directory
|
Revision Log
|
Patch
| Revision 1.72 by sysadm, Mon Oct 13 05:30:33 2025 UTC | Revision 1.74 by sysadm, Fri Oct 17 01:25:08 2025 UTC | |
|---|---|---|
| # | Line 39 | Line 39 |
| 39 | #define MENU_SET_RESERVED_LENGTH (sizeof(int16_t) * 4) | #define MENU_SET_RESERVED_LENGTH (sizeof(int16_t) * 4) |
| 40 | ||
| 41 | MENU_SET bbs_menu; | MENU_SET bbs_menu; |
| 42 | MENU_SET top10_menu; | |
| 43 | ||
| 44 | int load_menu(MENU_SET *p_menu_set, const char *conf_file) | int load_menu(MENU_SET *p_menu_set, const char *conf_file) |
| 45 | { | { |
| # | Line 1140 int menu_control(MENU_SET *p_menu_set, i | Line 1141 int menu_control(MENU_SET *p_menu_set, i |
| 1141 | switch (key) | switch (key) |
| 1142 | { | { |
| 1143 | case CR: | case CR: |
| igetch_reset(); | ||
| 1144 | case KEY_RIGHT: | case KEY_RIGHT: |
| 1145 | if (p_menu_item->submenu) | if (p_menu_item->submenu) |
| 1146 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |