#include "AppHdr.h"
#include "message.h"
#include "cio.h"
#include "colour.h"
#include "delay.h"
#include "format.h"
#include "initfile.h"
#include "libutil.h"
#include "macro.h"
#include "menu.h"
#include "mon-stuff.h"
#include "notes.h"
#include "options.h"
#include "player.h"
#include "religion.h"
#include "showsymb.h"
#include "stash.h"
#include "state.h"
#include "stuff.h"
#include "areas.h"
#include "tags.h"
#include "tagstring.h"
#include "travel.h"
#include "hints.h"
#include "view.h"
#include "shout.h"
#include "viewgeom.h"
#include <sstream>
typedef circ_vec<message_item, NUM_STORED_MESSAGES> store_t |
enum prefix_type |
bool any_messages | ( | ) |
int channel_to_colour | ( | msg_channel_type | channel, | |
int | param | |||
) |
void clear_message_store | ( | ) |
void clear_message_window | ( | ) |
void display_message_window | ( | ) |
void flush_prev_message | ( | ) |
void formatted_mpr | ( | const formatted_string & | fs, | |
msg_channel_type | channel, | |||
int | param | |||
) |
std::string get_last_messages | ( | int | mcount | ) |
void load_messages | ( | reader & | inf | ) |
void mesclr | ( | bool | force | ) |
void more | ( | bool | user_forced | ) |
void mpr | ( | std::string | text, | |
msg_channel_type | channel, | |||
int | param, | |||
bool | nojoin | |||
) |
void mpr_comma_separated_list | ( | const std::string | prefix, | |
const std::vector< std::string > | list, | |||
const std::string & | andc, | |||
const std::string & | comma, | |||
const msg_channel_type | channel, | |||
const int | param | |||
) |
void mprf | ( | const char * | format, | |
... | ||||
) |
void mprf | ( | msg_channel_type | channel, | |
const char * | format, | |||
... | ||||
) |
void mprf | ( | msg_channel_type | channel, | |
int | param, | |||
const char * | format, | |||
... | ||||
) |
msg_colour_type msg_colour | ( | int | col | ) |
void msgwin_clear_temporary | ( | ) |
int msgwin_get_line | ( | std::string | prompt, | |
char * | buf, | |||
int | len, | |||
input_history * | mh, | |||
int(*)(int &c) | keyproc | |||
) |
void msgwin_got_input | ( | ) |
unsigned int msgwin_lines | ( | ) |
void msgwin_new_cmd | ( | ) |
void msgwin_new_turn | ( | ) |
void msgwin_prompt | ( | std::string | prompt | ) |
void msgwin_reply | ( | std::string | reply | ) |
void msgwin_set_temporary | ( | bool | temp | ) |
glyph prefix_glyph | ( | prefix_type | p | ) |
void replay_messages | ( | void | ) |
void save_messages | ( | writer & | outf | ) |
void scroll_message_window | ( | int | n | ) |
void set_more_autoclear | ( | bool | on | ) |
void set_msg_dump_file | ( | FILE * | file | ) |