sennenki/pretty_prompt/rendering does not have a README file
pub(all) enum AnsiColor {
Default
Black
Red
Green
Yellow
Blue
Magenta
Cyan
White
BrightBlack
BrightRed
BrightGreen
BrightYellow
BrightBlue
BrightMagenta
BrightCyan
BrightWhite
Color256(Int)
Rgb(Int, Int, Int)
} derive(Eq)impl Default for ConsoleFormatfn ConsoleFormat::new(foreground? : AnsiColor, background? : AnsiColor, bold? : Bool, italic? : Bool, underline? : Bool) -> ConsoleFormatfn Screen::draw_string(self : Screen, row : Int, col : Int, text : String, format : ConsoleFormat) -> Unitfn render_diff(console : &ConsolePort, new_screen : Screen, old_screen : Screen, base_row : Int, base_col : Int) -> UnitInstall
Download zipA pretty prompt library for Moonbit, providing an easy way to create interactive command-line interfaces with customizable prompts and input handling.
Dependencies