moonbit-community/tty/color does not have a README file
pub(all) enum BasicColor { Black Red Green Yellow Blue Magenta Cyan White BrightBlack BrightRed BrightGreen BrightYellow BrightBlue BrightMagenta BrightCyan BrightWhite} derive(Eq, @moonbitlang/core/debug.DebugDebug)
pub(all) enum Color { Default Basic(BasicColor) Indexed(Int) Rgb(Int, Int, Int)} derive(Eq, @moonbitlang/core/debug.DebugDebug)
pub(all) struct Rgb16 { red : Int green : Int blue : Int} derive(Eq, @moonbitlang/core/debug.DebugDebug)
Install
Low-level terminal primitives for MoonBit native targets, including tty state, platform stdio handles, VT command output, and host input decoding.
Dependencies
Powered by MoonBit
© 2026 mooncakes.io