NeoMutt  2023-05-17-56-ga67199
Teaching an old dog new tricks
DOXYGEN
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) More...
 
short cid
 Default line colour, e.g. MT_COLOR_QUOTED. More...
 
bool cont_line: 1
 Continuation of a previous line (wrapped by NeoMutt) More...
 
bool cont_header: 1
 Continuation of a header line (wrapped by MTA) More...
 
short syntax_arr_size
 Number of items in syntax array. More...
 
struct TextSyntaxsyntax
 Array of coloured text in the line. More...
 
short search_arr_size
 Number of items in search array. More...
 
struct TextSyntaxsearch
 Array of search text in the line. More...
 
struct QuoteStylequote
 Quoting style for this line (pointer into PagerPrivateData->quote_list) More...
 

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: