Consoles
Term.console.ConsolesTerm.console.console_heightTerm.console.console_widthTerm.console.tprintTerm.console.tprintTerm.console.tprintTerm.console.tprintTerm.console.tprintTerm.console.tprintTerm.console.tprint
Term.console.Consoles — TypeConsolesThe Consoles object stores information about the dimensions of the output(::IO) where objects will be printed
Term.console.console_height — Methodconsole_height()Get the current console height.
Term.console.console_width — Methodconsole_width()Get the current console width.
Term.console.tprint — FunctiontprintSimilar to standard lib's print function but with added styling functionality
Term.console.tprint — Methodtprint(x::AbstractString)Apply style to a string and print it to a new line
Term.console.tprint — Methodtprint(x)When no dedicated method is present, print the string representation
Term.console.tprint — Methodtprint(x::Function)Print highlighted as a Function
Term.console.tprint — Methodtprint(x::Number)Print highlighted as a Number
Term.console.tprint — Methodtprint(x::Symbol)Print highlighted as a Symbol
Term.console.tprint — Methodtprint(x::AbstractRenderable)Print an AbstractRenderable.
Equivalent to println(x)