23#ifndef MUTT_GUI_MSGWIN_H
24#define MUTT_GUI_MSGWIN_H
Color and attribute parsing.
ColorId
List of all colored objects.
void msgwin_set_text(enum ColorId cid, const char *text)
Set the text for the Message Window.
void msgwin_set_height(short height)
Resize the Message Window.
const char * msgwin_get_text(void)
Get the text from the Message Window.
size_t msgwin_get_width(void)
Get the width of the Message Window.
struct MuttWindow * msgwin_get_window(void)
Get the Message Window pointer.
struct MuttWindow * msgwin_new(void)
Create the Message Window.
void msgwin_clear_text(void)
Clear the text in the Message Window.