code / tomo-btui

Lines1.1K C700 Tomo305 Markdown95
(17 lines)

Version History

v1.2

  • Added relative parameter to move_cursor()
  • Added get_bg() to return background color and Color.is_dark()/Color.is_light()

v1.1

  • Added 256 color support
  • Simplified set_fg/set_bg/enable_attributes/disable_attributes APIs into a single style() API.

v1.0

Initial version

1 # Version History
3 ## v1.2
5 - Added `relative` parameter to `move_cursor()`
6 - Added `get_bg()` to return background color and `Color.is_dark()`/`Color.is_light()`
8 ## v1.1
10 - Added 256 color support
11 - Simplified `set_fg`/`set_bg`/`enable_attributes`/`disable_attributes` APIs
12 into a single `style()` API.
14 ## v1.0
16 Initial version