NeoMutt  2023-05-17-33-gce4425
Teaching an old dog new tricks
DOXYGEN
TextSyntax Struct Reference

Highlighting for a piece of text. More...

#include "display.h"

+ Collaboration diagram for TextSyntax:

Data Fields

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

Detailed Description

Highlighting for a piece of text.

Definition at line 39 of file display.h.

Field Documentation

◆ attr_color

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: