PatchworkOS
Loading...
Searching...
No Matches
terminal_char_t Struct Reference

Terminal character. More...

#include <terminal.h>

Data Fields

char chr
 
pixel_t foreground
 
pixel_t background
 
terminal_flags_t flags
 
uint16_t col
 
uint16_t physicalRow
 

Detailed Description

Terminal character.

Definition at line 87 of file terminal.h.

Field Documentation

◆ background

pixel_t terminal_char_t::background

◆ chr

char terminal_char_t::chr

◆ col

uint16_t terminal_char_t::col

◆ flags

◆ foreground

pixel_t terminal_char_t::foreground

◆ physicalRow

uint16_t terminal_char_t::physicalRow

Definition at line 94 of file terminal.h.

Referenced by terminal_char_create(), and terminal_char_row().


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