Skip to content

Commit

Permalink
term: add more comments in vlib/term/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Feb 23, 2025
1 parent 89d1aac commit be3a536
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vlib/term/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,15 @@ term.fail_message('oh, no')
term.warn_message('be warned')
// clears the entire terminal and leaves a blank one
term.clear()
// colors the output of the output, the available colors are:
// black,blue,yellow,green,cyan,gray,bright_blue,bright_green,bright_red,bright_black,bright_cyan
// Set the color output of the output.
// The available colors are:
// black, white, blue, yellow,
// green, red, cyan, magenta,
// bright_black, bright_white, bright_blue, bright_yellow,
// bright_green, bright_red, bright_cyan, bright_magenta,
term.yellow('submarine')
// transforms the given string into bold text
term.bold('and beautiful')
// puts a strikethrough into the given string
Expand Down

0 comments on commit be3a536

Please sign in to comment.