Simple Operating System
Attributes Union Reference

Attributes of character on screen. More...

#include <conio.h>

Public Attributes

struct {
   Byte   foreground: 4
 
   Byte   background: 3
 
   Byte   blink: 1
 
}; 
 
Byte attributes
 

Detailed Description

Attributes of character on screen.

Definition at line 27 of file conio.h.

Member Data Documentation

◆ attributes

Byte Attributes::attributes

character on screen attributes as Byte

Definition at line 33 of file conio.h.

◆ background

Byte Attributes::background

background color

Definition at line 30 of file conio.h.

◆ blink

Byte Attributes::blink

blink or last bit of background color

Definition at line 31 of file conio.h.

◆ foreground

Byte Attributes::foreground

foreground color

Definition at line 29 of file conio.h.


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