enum Crt::Attribute

Overview

TODO Make sure these are the same across multiple systems/terminals

Defined in:

crt.cr

Enum Members

Normal = 0
Altcharset = 4194304
Blink = 524288
Bold = 2097152
Dim = 1048576
Invis = 8388608
Protect = 16777216
Reverse = 262144
Standout = 65536
Underline = 131072

Instance Method Summary

Instance Method Detail

def altcharset? #

[View source]
def blink? #

[View source]
def bold? #

[View source]
def dim? #

[View source]
def invis? #

[View source]
def normal? #

[View source]
def protect? #

[View source]
def reverse? #

[View source]
def standout? #

[View source]
def underline? #

[View source]