textmatrix v0.2.0 API Reference

Modules

Textmatrix is a thin wrapper around Charlists to make working with two dimensional text a breeze.

Textmatrix.Buffer{} encapsules the characters present in the matrix split up in lines an characters.

%Textmatrix.Line{} describes a single line in the Matrix. A line buffer consist of character slots which can either hold a single character or nil.