Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
sham::term::style Namespace Reference

Terminal text styling escape sequences (bold, faint, underline, blink, reset). More...

Functions

const char * reset ()
 escape sequence to reset the terminal text formatting.
const char * bold ()
 escape sequence to set bold text formatting.
const char * faint ()
 escape sequence to set faint (dim) text formatting.
const char * underline ()
 escape sequence to set underlined text formatting.
const char * blink ()
 escape sequence to set blinking text formatting.

Detailed Description

Terminal text styling escape sequences (bold, faint, underline, blink, reset).

Function Documentation

◆ blink()

const char * sham::term::style::blink ( )

escape sequence to set blinking text formatting.

Definition at line 47 of file color.cpp.

◆ bold()

const char * sham::term::style::bold ( )

escape sequence to set bold text formatting.

Definition at line 44 of file color.cpp.

◆ faint()

const char * sham::term::style::faint ( )

escape sequence to set faint (dim) text formatting.

Definition at line 45 of file color.cpp.

◆ reset()

const char * sham::term::style::reset ( )

escape sequence to reset the terminal text formatting.

Definition at line 43 of file color.cpp.

◆ underline()

const char * sham::term::style::underline ( )

escape sequence to set underlined text formatting.

Definition at line 46 of file color.cpp.