NeoMutt  2024-12-12-14-g7b49f7
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PreviewWindowData Struct Reference

Data to fill the Preview Window. More...

+ Collaboration diagram for PreviewWindowData:

Data Fields

struct Emailemail
 Email being composed.
 
int scroll_offset
 Scroll offset.
 
struct MuttWindowwin
 Window holding the message preview.
 
struct MuttWindowbar
 Status bar above the preview window.
 
bool more_content
 Is there more content to scroll down to?
 

Detailed Description

Data to fill the Preview Window.

Definition at line 77 of file preview.c.

Field Documentation

◆ email

struct Email* PreviewWindowData::email

Email being composed.

Definition at line 79 of file preview.c.

◆ scroll_offset

int PreviewWindowData::scroll_offset

Scroll offset.

Definition at line 80 of file preview.c.

◆ win

struct MuttWindow* PreviewWindowData::win

Window holding the message preview.

Definition at line 81 of file preview.c.

◆ bar

struct MuttWindow* PreviewWindowData::bar

Status bar above the preview window.

Definition at line 82 of file preview.c.

◆ more_content

bool PreviewWindowData::more_content

Is there more content to scroll down to?

Definition at line 83 of file preview.c.


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