ratatui/ratatui-crossterm
Martin Sivák 18e70d3d51
fix(crossterm): terminal should keep Bold when removing Dim (#1541)
The Dim removal should behave the same as the logic for Bold removal
that sends NormalIntensity sequence and then restores Dim when needed.

Signed-off-by: Martin Sivak <mars@montik.net>
2024-12-03 13:21:59 -08:00
..

Ratatui-crossterm

This module provides the [CrosstermBackend] implementation for the [Backend] trait. It uses the Crossterm crate to interact with the terminal.