Functions | |
void | display_edit (char *description, char *check_cmd, char *read_cmd, char *save_cmd, int with_room_banner) |
display the form for editing something (room info, bio, etc) | |
void | save_edit (char *description, char *enter_cmd, int regoto) |
save a screen which was displayed with display_edit() |
void display_edit | ( | char * | description, | |
char * | check_cmd, | |||
char * | read_cmd, | |||
char * | save_cmd, | |||
int | with_room_banner | |||
) |
display the form for editing something (room info, bio, etc)
description | the descriptive text for the box | |
check_cmd | command to check???? | |
read_cmd | read answer from citadel server??? | |
save_cmd | save comand to the citadel server?? | |
with_room_banner | should we bisplay a room banner? |
Definition at line 20 of file sysmsgs.c.
References display_main_menu(), do_template(), output_headers(), safestrncpy(), serv_getln(), serv_puts(), server_to_text(), svprintf(), wDumpContent(), and wprintf().
Referenced by session_loop().
void save_edit | ( | char * | description, | |
char * | enter_cmd, | |||
int | regoto | |||
) |
save a screen which was displayed with display_edit()
description | the window title??? | |
enter_cmd | which command to enter at the citadel server??? | |
regoto | should we go to that room again after executing that command? |
Definition at line 73 of file sysmsgs.c.
References bstr(), display_main_menu(), safestrncpy(), serv_getln(), serv_puts(), smart_goto(), and text_to_server().
Referenced by session_loop().