View Source boxer (boxer v0.1.0)

Summary

Types

-type char_key() :: horiz | vert | top_left | top_right | bottom_left | bottom_right | integer().
-type line_def_name() :: term().

Functions

Link to this function

add_line_def(LineDefName, LookupStr)

View Source
Link to this function

get_line_char(LineDefName, Key)

View Source
-spec get_line_char(LineDefName :: line_def_name(), Key :: char_key()) -> char().
Link to this function

get_line_def(LineDefName)

View Source