Renderables

Term.renderables.RenderableText — Method
RenderableText(text::AbstractString; width::Union{Nothing, Int, Symbol}=nothing)

Construct a RenderableText out of a string.

If a width is passed the text is resized to match the width.

source
Base.:+ — Method

Base.:+(r1::Union{AbstractString, AstractRenderable}, r2::Union{AbstractString, AstractRenderable})

Concatenates two abstract rendereables

source
Base.string — Method
Base.string(r::AbstractRenderable)::String

Creates a string representation of a renderable

source