Home
last modified time | relevance | path

Searched refs:term_size (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/clap/src/
Dlib.rs553 extern crate term_size;
/external/rust/crates/textwrap/
DCHANGELOG.md236 The `term_size` feature has been replaced by `terminal_size`. The API
267 The dependency on `term_size` is now optional, and by default this
269 `Wrapper::with_termwidth`. Enable the `term_size` feature to restore
276 * Fixed [#101][issue-101]: Make `term_size` an optional dependency.
/external/rust/crates/clap/src/app/
Dhelp.rs21 use term_size;
25 mod term_size { module
127 term_size::dimensions().map_or(120, |(w, _)| w), in new()
/external/rust/crates/clap/
DCHANGELOG.md285 * Adds `term_size` as an optional dependency (with feature `wrap_help`) to fix compile bug
475 * bumps term_size to take advantage of better terminal dimension handling ([e05100b7](https://git…
690 * updates libc and term_size deps for the libc version conflict ([6802ac4a](https://github.com/kb…
1059 * **help:** use term_size instead of home-grown solution ([fc7327e9](https://github.com/kbknapp/cl…