Term.jl
  • Home
    • Intro
    • Styled text
    • Colors
    • Renderables
    • tprint
    • Console
    • Prompt
    • Markdown
    • Renderables
    • RenderableText
    • Panel
    • Table
    • Layout renderables
    • Annotation
    • Dendogram
    • Tree
    • Layout
    • Nesting
    • Stacking
    • Justify
    • Grid
    • Compositor
    • Intro
    • Term Repr
    • Progress bars
    • Logging
    • Errors
    • Introspection
    • Live widgets
    • App
    • Widgets
    • Keyboard input
    • Term
    • Boxes
    • Colors
    • Consoles
    • Compositors
    • Dendograms
    • Errors
    • Grid
    • Introspection
    • Layout
    • Logs
    • Term Markdown
    • Measures
    • Panels
    • Renderables
    • REPR
    • Segments
    • Style
    • Tables
    • Tprint
    • Trees
Version
  • API
  • Tprint
  • Tprint
Edit on GitHub

Tprint

  • Term.Tprint.tprint
  • Term.Tprint.tprint
  • Term.Tprint.tprint
Term.Tprint.tprint — Function
tprint

Similar to standard lib's print function but with added styling functionality

highlighting

Set highlight=true to automatically highlight the output.

source
Term.Tprint.tprint — Method

tprint(x::AbstractString)

Apply style to a string and print it

source
Term.Tprint.tprint — Method

tprint(x::AbstractRenderable)

Print an AbstractRenderable.

Equivalent to print(x)

source
« TablesTrees »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.25 on Saturday 15 March 2025. Using Julia version 1.11.4.