Public API
This page lists exported symbols of CTFlows.Display.
From CTFlows.Display
CTFlows.Display [Module]
CTFlows.Display Module
julia
DisplayShared display helpers for CTFlows Base.show methods.
This submodule centralises the visual conventions used across CTFlows so that every show(io, ::MIME"text/plain", x) renders consistently with the control-toolbox ecosystem (CTBase, CTSolvers): a styled type-name header followed by tree-style branches (├─, └─, │) and semantic colours drawn from the shared palette exposed by CTBase.Core.get_format_codes.
All helpers respect the :color IOContext flag automatically (through the palette format codes), so the same call renders in colour on an interactive terminal and in plain text when colour is disabled.
No symbol is exported: access everything through Display.<symbol>.