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

Data to draw the Pager Bar. More...

+ Collaboration diagram for PBarPrivateData:

Data Fields

struct IndexSharedDatashared
 Shared Index data.
 
struct PagerPrivateDatapriv
 Private Pager data.
 
char * pager_format
 Cached status string.
 

Detailed Description

Data to draw the Pager Bar.

Definition at line 82 of file pbar.c.

Field Documentation

◆ shared

struct IndexSharedData* PBarPrivateData::shared

Shared Index data.

Definition at line 84 of file pbar.c.

◆ priv

struct PagerPrivateData* PBarPrivateData::priv

Private Pager data.

Definition at line 85 of file pbar.c.

◆ pager_format

char* PBarPrivateData::pager_format

Cached status string.

Definition at line 86 of file pbar.c.


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