malison library
Classes
- CharCode
- Unicode code points for various special characters that also exist on code page 437.
- Color
- Display
- The "backing store" that a renderable terminal uses to tell which glyphs actually need rendering.
- Glyph
-
KeyBindings<
T> - KeyCode
- Raw key codes. These come straight from the DOM events.
- RenderableTerminal
- Terminal
- A virtual console terminal that can be written onto.
Typedefs
- RenderGlyph = void Function(int x, int y, Glyph glyph)