KeyValue

Key value

Constructors

this
this(Command code)
this(char c)
this(ubyte[6] symbol)
this(string raw)

constructor

Members

Variables

c
char c;

ASCII Character

code
Command code;

Console command

raw
string raw;

Raw input usualy CSI or SS3 sequence

utf
ubyte[6] utf;

UTF-8 sequence 2…6 bytes

Meta