Freeciv-3.3
|
Go to the source code of this file.
Functions | |
void | gui_real_output_window_append (const char *astring, const struct text_tag_list *tags, int conn_id) |
void | log_output_window (void) |
void | clear_output_window (void) |
void | gui_version_message (const char *vertext) |
Clear all text from the output window.
Definition at line 50 of file chatline.c.
void gui_real_output_window_append | ( | const char * | astring, |
const struct text_tag_list * | tags, | ||
int | conn_id | ||
) |
Appends the string to the chat output window. The string should be inserted on its own line, although it will have no newline.
Definition at line 30 of file chatline.c.
Referenced by setup_gui_funcs().
Got version message from metaserver thread.
Definition at line 61 of file chatline.c.
Referenced by setup_gui_funcs().
Get the text of the output window, and call write_chatline_content() to log it.
Definition at line 41 of file chatline.c.