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

Formatting information for an Expando. More...

#include "node.h"

Data Fields

int min_cols
 Minimum number of screen columns.
 
int max_cols
 Maximum number of screen columns.
 
enum FormatJustify justification
 Justification: left, centre, right.
 
char leader
 Leader character, 0 or space.
 
const char * start
 Start of Expando specifier string.
 
const char * end
 End of Expando specifier string.
 

Detailed Description

Formatting information for an Expando.

Definition at line 51 of file node.h.

Field Documentation

◆ min_cols

int ExpandoFormat::min_cols

Minimum number of screen columns.

Definition at line 53 of file node.h.

◆ max_cols

int ExpandoFormat::max_cols

Maximum number of screen columns.

Definition at line 54 of file node.h.

◆ justification

enum FormatJustify ExpandoFormat::justification

Justification: left, centre, right.

Definition at line 55 of file node.h.

◆ leader

char ExpandoFormat::leader

Leader character, 0 or space.

Definition at line 56 of file node.h.

◆ start

const char* ExpandoFormat::start

Start of Expando specifier string.

Definition at line 57 of file node.h.

◆ end

const char* ExpandoFormat::end

End of Expando specifier string.

Definition at line 58 of file node.h.


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