Skip to main content

Module render

Module render 

Source
Expand description

Semantic document renderer. Render semantic documents without exposing the terminal engine.

Structs§

RenderOptions
Deterministic document rendering options.
Renderer
Semantic document renderer.

Enums§

ListStyle
How a Table of rows is framed.
RecordStyle
How a Fields record is framed.
RowSeparation
What separates consecutive rows of a Table.

Constants§

DEFAULT_COLUMN_BUFFER
Default columns reserved from an automatically detected terminal width.
DEFAULT_COLUMN_BUFFER_ENV
Default environment variable for overriding the automatic-width buffer.
DEFAULT_COLUMN_BUFFER_ENVS
Default ordered environment lookup for the automatic-width buffer.
DEFAULT_FALLBACK_WIDTH
Width used when neither the terminal nor COLUMNS gives one.
DEFAULT_MINIMUM_AUTOMATIC_WIDTH
Default floor for an automatically detected effective width.