NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MsgWinWindowData Struct Reference

Message Window private Window data. More...

#include "msgwin_wdata.h"

+ Collaboration diagram for MsgWinWindowData:

Data Fields

struct Buffertext
 Cached display string.
 
struct MwCharArray chars
 Text: Breakdown of bytes and widths.
 
struct MwChunkArray rows [MSGWIN_MAX_ROWS]
 String byte counts for each row.
 
int row
 Cursor row.
 
int col
 Cursor column.
 

Detailed Description

Message Window private Window data.

Definition at line 65 of file msgwin_wdata.h.

Field Documentation

◆ text

struct Buffer* MsgWinWindowData::text

Cached display string.

Definition at line 67 of file msgwin_wdata.h.

◆ chars

struct MwCharArray MsgWinWindowData::chars

Text: Breakdown of bytes and widths.

Definition at line 68 of file msgwin_wdata.h.

◆ rows

struct MwChunkArray MsgWinWindowData::rows[MSGWIN_MAX_ROWS]

String byte counts for each row.

Definition at line 69 of file msgwin_wdata.h.

◆ row

int MsgWinWindowData::row

Cursor row.

Definition at line 70 of file msgwin_wdata.h.

◆ col

int MsgWinWindowData::col

Cursor column.

Definition at line 71 of file msgwin_wdata.h.


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