Positioned string composition for one immediate-mode render pass.
A frame is created after the terminal viewport has been sized and cleared.
Content passed to write may include ANSI styling produced by Artisanal's
Style.render. The renderer owns conversion to terminal cells.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
FrameRenderable renderable, FrameArea target) → void -
Paints
renderableintotarget, clipped to this frame's viewport. -
toString(
) → String -
A string representation of this object.
inherited
-
write(
String content, {FrameArea? target, bool wrap = true}) → void -
Writes plain or ANSI-styled
contentinto a positioned region.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited