minicrossterm/changes.md

424 B

  1. improved performance: removed mutexes, removed state manager, removed unceasingly RC types.

  2. This create supports multithreading by implementing Send

  3. nicer looking coloring module.

  4. Added input functionality.

  5. Able to have different screens to write to.

  6. cursor, color, terminal functions have other parameters.

  7. bug fix resetting console color

  8. Added Screen type

  9. removed paint from Crossterm type.