Message Window private Window data. More...
#include "msgwin_wdata.h"
Collaboration diagram for MsgWinWindowData:Data Fields | |
| struct Buffer * | text |
| 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. | |
Message Window private Window data.
Definition at line 65 of file msgwin_wdata.h.
| struct Buffer* MsgWinWindowData::text |
Cached display string.
Definition at line 67 of file msgwin_wdata.h.
| struct MwCharArray MsgWinWindowData::chars |
Text: Breakdown of bytes and widths.
Definition at line 68 of file msgwin_wdata.h.
| struct MwChunkArray MsgWinWindowData::rows[MSGWIN_MAX_ROWS] |
String byte counts for each row.
Definition at line 69 of file msgwin_wdata.h.
| int MsgWinWindowData::row |
Cursor row.
Definition at line 70 of file msgwin_wdata.h.
| int MsgWinWindowData::col |
Cursor column.
Definition at line 71 of file msgwin_wdata.h.