Cargo Features

Ratatui-termwiz has no features set by default.

[dependencies]
ratatui-termwiz = { version = "0.1.0-alpha.0", features = ["underline-color", "scrolling-regions", "document-features"] }
underline-color

Enables the backend code that sets the underline color.
Underline color is not supported on Windows 7.

scrolling-regions

Use terminal scrolling regions to make Terminal::insert_before less prone to flickering.

Enables scrolling-regions of ratatui-core

Features from optional dependencies

document-features implicit feature

Enables document-features

document-features:

Extract documentation for the feature flags from comments in Cargo.toml