NeoMutt  2023-05-17-56-ga67199
Teaching an old dog new tricks
DOXYGEN
MsgWinPrivateData Struct Reference

Private data for the Message Window. More...

Data Fields

enum ColorId cid
 Colour for the text, e.g. MT_COLOR_MESSAGE. More...
 
char * text
 Cached display string. More...
 

Detailed Description

Private data for the Message Window.

Definition at line 93 of file msgwin.c.

Field Documentation

◆ cid

enum ColorId MsgWinPrivateData::cid

Colour for the text, e.g. MT_COLOR_MESSAGE.

Definition at line 95 of file msgwin.c.

◆ text

char* MsgWinPrivateData::text

Cached display string.

Definition at line 96 of file msgwin.c.


The documentation for this struct was generated from the following file: