StuBS
TextMode::Cell Struct Reference

Structure for a cell in text mode. More...

#include <machine/textmode.h>

Collaboration diagram for TextMode::Cell:
[legend]

Public Member Functions

 Cell (char character, Attribute attribute)
 

Public Attributes

char character
 
Attribute attribute
 

Detailed Description

Structure for a cell in text mode.

Consisting of two bytes, character and attribute

Constructor & Destructor Documentation

◆ Cell()

TextMode::Cell::Cell ( char  character,
Attribute  attribute 
)
inline

Member Data Documentation

◆ character

char TextMode::Cell::character

◆ attribute

Attribute TextMode::Cell::attribute

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