brickfrog/pippa/profile does not have a README file
impl Show for Backgroundimpl Show for ColorPolicyimpl Show for ColorProfilepub(all) struct RenderContext {
color_profile : ColorProfile
background : Background
color_policy : ColorPolicy
} derive(Eq, Debug)impl Show for RenderContextfn RenderContext::with_color_policy(self : RenderContext, color_policy : ColorPolicy) -> RenderContextfn RenderContext::with_color_profile(self : RenderContext, color_profile : ColorProfile) -> RenderContextA terminal UI framework for MoonBit, inspired by bubbletea (Go) and Elm architecture. Provides a Model-Update-View pattern with typed messages, ANSI rendering, and composable components.
Dependencies