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

Data to draw the Index Bar. More...

+ Collaboration diagram for IBarPrivateData:

Data Fields

struct IndexSharedDatashared
 Shared Index data.
 
struct IndexPrivateDatapriv
 Private Index data.
 
char * status_format
 Cached screen status string.
 
char * ts_status_format
 Cached terminal status string.
 
char * ts_icon_format
 Cached terminal icon string.
 

Detailed Description

Data to draw the Index Bar.

Definition at line 78 of file ibar.c.

Field Documentation

◆ shared

struct IndexSharedData* IBarPrivateData::shared

Shared Index data.

Definition at line 80 of file ibar.c.

◆ priv

struct IndexPrivateData* IBarPrivateData::priv

Private Index data.

Definition at line 81 of file ibar.c.

◆ status_format

char* IBarPrivateData::status_format

Cached screen status string.

Definition at line 82 of file ibar.c.

◆ ts_status_format

char* IBarPrivateData::ts_status_format

Cached terminal status string.

Definition at line 83 of file ibar.c.

◆ ts_icon_format

char* IBarPrivateData::ts_icon_format

Cached terminal icon string.

Definition at line 84 of file ibar.c.


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