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

A block of characters of one colour. More...

#include "msgwin_wdata.h"

+ Collaboration diagram for MwChunk:

Data Fields

unsigned short offset
 Offset into MsgWinWindowData.text.
 
unsigned short bytes
 Number of bytes in the row.
 
unsigned short width
 Width of row in screen cells.
 
const struct AttrColorac_color
 Colour to use.
 

Detailed Description

A block of characters of one colour.

A chunk represents one colour of consecutive characters in one row. If the colour changes, chunk is too wide to fit on the screen, it will be split into multiple chunks.

Definition at line 53 of file msgwin_wdata.h.

Field Documentation

◆ offset

unsigned short MwChunk::offset

Offset into MsgWinWindowData.text.

Definition at line 55 of file msgwin_wdata.h.

◆ bytes

unsigned short MwChunk::bytes

Number of bytes in the row.

Definition at line 56 of file msgwin_wdata.h.

◆ width

unsigned short MwChunk::width

Width of row in screen cells.

Definition at line 57 of file msgwin_wdata.h.

◆ ac_color

const struct AttrColor* MwChunk::ac_color

Colour to use.

Definition at line 58 of file msgwin_wdata.h.


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