NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Line Struct Reference

A line of text in the pager. More...

#include "display.h"

+ Collaboration diagram for Line:

Data Fields

LOFF_T offset
 Offset into Email file (PagerPrivateData->fp)
 
short cid
 Default line colour, e.g. MT_COLOR_QUOTED.
 
bool cont_line: 1
 Continuation of a previous line (wrapped by NeoMutt)
 
bool cont_header: 1
 Continuation of a header line (wrapped by MTA)
 
short syntax_arr_size
 Number of items in syntax array.
 
struct TextSyntaxsyntax
 Array of coloured text in the line.
 
short search_arr_size
 Number of items in search array.
 
struct TextSyntaxsearch
 Array of search text in the line.
 
struct QuoteStylequote
 Quoting style for this line (pointer into PagerPrivateData->quote_list)
 

Detailed Description

A line of text in the pager.

Definition at line 50 of file display.h.

Field Documentation

◆ offset

LOFF_T Line::offset

Offset into Email file (PagerPrivateData->fp)

Definition at line 52 of file display.h.

◆ cid

short Line::cid

Default line colour, e.g. MT_COLOR_QUOTED.

Definition at line 53 of file display.h.

◆ cont_line

bool Line::cont_line

Continuation of a previous line (wrapped by NeoMutt)

Definition at line 54 of file display.h.

◆ cont_header

bool Line::cont_header

Continuation of a header line (wrapped by MTA)

Definition at line 55 of file display.h.

◆ syntax_arr_size

short Line::syntax_arr_size

Number of items in syntax array.

Definition at line 57 of file display.h.

◆ syntax

struct TextSyntax* Line::syntax

Array of coloured text in the line.

Definition at line 58 of file display.h.

◆ search_arr_size

short Line::search_arr_size

Number of items in search array.

Definition at line 60 of file display.h.

◆ search

struct TextSyntax* Line::search

Array of search text in the line.

Definition at line 61 of file display.h.

◆ quote

struct QuoteStyle* Line::quote

Quoting style for this line (pointer into PagerPrivateData->quote_list)

Definition at line 63 of file display.h.


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