mirror of
https://github.com/crossterm-rs/crossterm.git
synced 2025-09-29 22:11:51 +00:00
424 B
424 B
-
improved performance: removed mutexes, removed state manager, removed unceasingly RC types.
-
This create supports multithreading by implementing
Send
-
nicer looking coloring module.
-
Added input functionality.
-
Able to have different screens to write to.
-
cursor, color, terminal functions have other parameters.
-
bug fix resetting console color
-
Added Screen type
-
removed paint from Crossterm type.