Crate ted
Source - bot
- Put cursor to the bottom of the screen
- clear
- Clear the screen (full clear, not scroll)
- color_bg
- Set background color, using 8-bit color
- color_fg
- Set foreground color, using 8-bit color
- decolor
- Remove all color modifiers
- escape
- goto
- Set cursor to position
- home
- Put cursor to top of screen
- line
- orth_line
- Draw an orthoganal line to the screen
- pixel
- Draw a single character onto the screen
- rect
- Draw a rectangle onto the screen
- rect_fill
- Draw a filled rectangle onto the screen
- sleep
- Pause for a certain amount of seconds
- tc_color_bg
- Set background color, using 24-bit true color (not supported on all terminals)
- tc_color_fg
- Set foreground color, using 24-bit true color (not supported on all terminals)
- text
- Draw text onto the screen (non-wrapping)
- triangle
- Draw a triangle onto the screen
- triangle_fill
- Draw a filled triangle onto the screen