Segment
Term.segment.Segment
— TypeSegment
stores one piece of text with all the styles applied to it.
Term.segment.Segment
— MethodSegment(text::Union{Segment, AbstractString}, markup::AbstractString)
Construct a Segment out of a plain string and a markup string with style info
Term.segment.Segment
— MethodSegment(text::Union{Segment, AbstractString}, style::MarkupStyle)
Construct a Segment out of a plain string and a MarkupStyle object.
Term.segment.Segment
— MethodSegment(text::AbstractString)
Construct a Segment out of a string with markup.
Base.:*
— Methodconcatenate strings and segments
Base.show
— Methodprint styled in stdout, info otherwise