10 lines
424 B
Markdown
10 lines
424 B
Markdown
1. improved performance: removed mutexes, removed state manager, removed unceasingly RC types.
|
|
2. This create supports multithreading by implementing `Send`
|
|
2. nicer looking coloring module.
|
|
4. Added input functionality.
|
|
4. Able to have different screens to write to.
|
|
|
|
2. cursor, color, terminal functions have other parameters.
|
|
3. bug fix resetting console color
|
|
6. Added Screen type
|
|
8. removed paint from Crossterm type. |