libghostty
Loading...
Searching...
No Matches
GhosttyStyle Struct Reference

#include <ghostty/vt/style.h>

Data Fields

int underline

Detailed Description

Terminal cell style.

Describes the complete visual style for a terminal cell, including foreground, background, and underline colors, as well as text decoration flags. The underline field uses the same values as GhosttySgrUnderline.

This is a sized struct. Use GHOSTTY_INIT_SIZED() to initialize it.

Examples
c-vt-grid-traverse/src/main.c.

Definition at line 93 of file style.h.

Field Documentation

◆ underline

int underline

One of GHOSTTY_SGR_UNDERLINE_* values

Definition at line 106 of file style.h.


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