| 14 |
* * |
* * |
| 15 |
***************************************************************************/ |
***************************************************************************/ |
| 16 |
|
|
|
#define _POSIX_C_SOURCE 200809L |
|
|
|
|
| 17 |
#include "bbs.h" |
#include "bbs.h" |
| 18 |
#include "bbs_cmd.h" |
#include "bbs_cmd.h" |
| 19 |
#include "user_priv.h" |
#include "user_priv.h" |
| 1053 |
if (!menu_selectable) |
if (!menu_selectable) |
| 1054 |
{ |
{ |
| 1055 |
moveto(p_menu->screen_row, p_menu->screen_col); |
moveto(p_menu->screen_row, p_menu->screen_col); |
| 1056 |
|
clrtoeol(); |
| 1057 |
prints("没有可选项"); |
prints("没有可选项"); |
| 1058 |
press_any_key(); |
press_any_key(); |
| 1059 |
return -1; |
return -1; |