mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
bc49eebeb8
* Fix text alignment when wrapped
This changes the `LinesIterator` to return a `width` that corresponds
with the actual total length of the chunks, rather than returning the
total available width, when a line is wrapped. This effectively reverts
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
Readme.md |
Cursive-core
This crate is where most of cursive is defined, except for the backends.
Third-party libraries are encouraged to depend on this instead of cursive
, as it should have fewer semver breaking updates.