A line of text in the pager. More...
#include "display.h"
Data Fields | |
| LOFF_T | offset |
| Offset into Email file (PagerPrivateData->fp). | |
| short | cid |
| Default line colour, e.g. MT_COLOR_SIGNATURE. | |
| 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 TextSyntax * | syntax |
| Array of coloured text in the line. | |
| short | search_arr_size |
| Number of items in search array. | |
| struct TextSyntax * | search |
| Array of search text in the line. | |
| struct QuoteStyle * | quote |
| Quoting style for this line (pointer into PagerPrivateData->quote_list). | |
| LOFF_T Line::offset |
| short Line::cid |
Default line colour, e.g. MT_COLOR_SIGNATURE.
| bool Line::cont_line |
| bool Line::cont_header |
| short Line::syntax_arr_size |
| struct TextSyntax* Line::syntax |
| short Line::search_arr_size |
| struct TextSyntax* Line::search |
| struct QuoteStyle* Line::quote |