A block of characters of one colour. More...
#include "msgwin_wdata.h"
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 AttrColor * | ac_color |
Colour to use. | |
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.
unsigned short MwChunk::offset |
Offset into MsgWinWindowData.text.
Definition at line 55 of file msgwin_wdata.h.
unsigned short MwChunk::bytes |
Number of bytes in the row.
Definition at line 56 of file msgwin_wdata.h.
unsigned short MwChunk::width |
Width of row in screen cells.
Definition at line 57 of file msgwin_wdata.h.
const struct AttrColor* MwChunk::ac_color |
Colour to use.
Definition at line 58 of file msgwin_wdata.h.