Lines Matching refs:issue
222 * Fixed [#176][issue-176]: Mention compile-time wrapping by linking to
224 * Fixed [#193][issue-193]: Wrapping with `break_words(false)` was
242 * Fixed [#140][issue-140]: Ignore ANSI escape sequences.
243 * Fixed [#158][issue-158]: Unintended wrapping when using external splitter.
244 * Fixed [#177][issue-177]: Update examples to the 2018 edition.
251 * Merged [#141][issue-141]: Fix `dedent` handling of empty lines and
253 * Fixed [#151][issue-151]: Release of version with hyphenation 0.7.
260 * Fixed [#99][issue-99]: Word broken even though it would fit on line.
261 * Fixed [#107][issue-107]: Automatic hyphenation is off by one.
262 * Fixed [#122][issue-122]: Take newlines into account when wrapping.
263 * Fixed [#129][issue-129]: Panic on string with em-dash.
276 * Fixed [#101][issue-101]: Make `term_size` an optional dependency.
289 * Fixed [#59][issue-59]: `wrap` could return an iterator. Thanks
291 * Fixed [#81][issue-81]: Set `html_root_url`.
308 * Fixed [#58][issue-58]: Add a "fast_wrap" function.
309 * Fixed [#61][issue-61]: Documentation errors.
323 * Fixed [#28][issue-28]: Support not squeezing whitespace.
342 * Fixed [#19][issue-19]: Add support for finding terminal size.
343 * Fixed [#25][issue-25]: Handle words longer than `self.width`.
344 * Fixed [#26][issue-26]: Support custom indentation.
345 * Fixed [#36][issue-36]: Support building without `hyphenation`.
346 * Fixed [#39][issue-39]: Respect non-breaking spaces.
352 * Fixed [#13][issue-13]: Immediatedly add word if it fits.
353 * Fixed [#14][issue-14]: Avoid splitting on initial hyphens.
370 [issue-13]: https://github.com/mgeisler/textwrap/issues/13
371 [issue-14]: https://github.com/mgeisler/textwrap/issues/14
372 [issue-19]: https://github.com/mgeisler/textwrap/issues/19
373 [issue-25]: https://github.com/mgeisler/textwrap/issues/25
374 [issue-26]: https://github.com/mgeisler/textwrap/issues/26
375 [issue-28]: https://github.com/mgeisler/textwrap/issues/28
376 [issue-36]: https://github.com/mgeisler/textwrap/issues/36
377 [issue-39]: https://github.com/mgeisler/textwrap/issues/39
378 [issue-58]: https://github.com/mgeisler/textwrap/issues/58
379 [issue-59]: https://github.com/mgeisler/textwrap/issues/59
380 [issue-61]: https://github.com/mgeisler/textwrap/issues/61
381 [issue-81]: https://github.com/mgeisler/textwrap/issues/81
382 [issue-99]: https://github.com/mgeisler/textwrap/issues/99
383 [issue-101]: https://github.com/mgeisler/textwrap/issues/101
384 [issue-107]: https://github.com/mgeisler/textwrap/issues/107
385 [issue-122]: https://github.com/mgeisler/textwrap/issues/122
386 [issue-129]: https://github.com/mgeisler/textwrap/issues/129
387 [issue-140]: https://github.com/mgeisler/textwrap/issues/140
388 [issue-141]: https://github.com/mgeisler/textwrap/issues/141
389 [issue-151]: https://github.com/mgeisler/textwrap/issues/151
390 [issue-158]: https://github.com/mgeisler/textwrap/issues/158
391 [issue-176]: https://github.com/mgeisler/textwrap/issues/176
392 [issue-177]: https://github.com/mgeisler/textwrap/issues/177
393 [issue-193]: https://github.com/mgeisler/textwrap/issues/193