Freeciv-3.2
Loading...
Searching...
No Matches
Functions
chatline.c File Reference
#include "climisc.h"
#include "gui_stub.h"
#include "chatline.h"

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)
 

Function Documentation

◆ clear_output_window()

void clear_output_window ( void  )

Clear all text from the output window.

Definition at line 50 of file chatline.c.

◆ gui_real_output_window_append()

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().

◆ gui_version_message()

void gui_version_message ( const char vertext)

Got version message from metaserver thread.

Definition at line 61 of file chatline.c.

Referenced by setup_gui_funcs().

◆ log_output_window()

void log_output_window ( void  )

Get the text of the output window, and call write_chatline_content() to log it.

Definition at line 41 of file chatline.c.