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

Highlighting for a piece of text. More...

#include "display.h"

+ Collaboration diagram for TextSyntax:

Data Fields

const struct AttrColorattr_color
 Curses colour of text.
 
int first
 First character in line to be coloured.
 
int last
 Last character in line to be coloured (not included)
 

Detailed Description

Highlighting for a piece of text.

Definition at line 39 of file display.h.

Field Documentation

◆ attr_color

const struct AttrColor* TextSyntax::attr_color

Curses colour of text.

Definition at line 41 of file display.h.

◆ first

int TextSyntax::first

First character in line to be coloured.

Definition at line 42 of file display.h.

◆ last

int TextSyntax::last

Last character in line to be coloured (not included)

Definition at line 43 of file display.h.


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