NeoMutt  2024-04-25-1-g3de005
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MwChar Struct Reference

Description of a single character. More...

#include "msgwin_wdata.h"

+ Collaboration diagram for MwChar:

Data Fields

unsigned char width
 Width in screen cells.
 
unsigned char bytes
 Number of bytes to represent.
 
const struct AttrColorac_color
 Colour to use.
 

Detailed Description

Description of a single character.

Measure the dimensions of each character in MsgWinWindowData.text. This allows us to wrap the text efficiently.

Definition at line 38 of file msgwin_wdata.h.

Field Documentation

◆ width

unsigned char MwChar::width

Width in screen cells.

Definition at line 40 of file msgwin_wdata.h.

◆ bytes

unsigned char MwChar::bytes

Number of bytes to represent.

Definition at line 41 of file msgwin_wdata.h.

◆ ac_color

const struct AttrColor* MwChar::ac_color

Colour to use.

Definition at line 42 of file msgwin_wdata.h.


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