Searched refs:term_size (Results 1 – 4 of 4) sorted by relevance
553 extern crate term_size;
236 The `term_size` feature has been replaced by `terminal_size`. The API267 The dependency on `term_size` is now optional, and by default this269 `Wrapper::with_termwidth`. Enable the `term_size` feature to restore276 * Fixed [#101][issue-101]: Make `term_size` an optional dependency.
21 use term_size;25 mod term_size { module127 term_size::dimensions().map_or(120, |(w, _)| w), in new()
285 * Adds `term_size` as an optional dependency (with feature `wrap_help`) to fix compile bug475 * 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…