| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-06-26 | Add space before comment in LinePaginator._split_remaining_words() | -0/+1 | ||
| Co-authored-by: Leon Sandøy <[email protected]> | ||||
| 2020-06-26 | Improve LinePaginator.__init__() ValueError message | -1/+1 | ||
| Co-authored-by: Leon Sandøy <[email protected]> | ||||
| 2020-06-26 | In LinePaginator, truncate words that exceed scale_to_size | -12/+11 | ||
| 2020-06-26 | Correctly pass scale_to_size in LinePaginator.paginate() | -1/+2 | ||
| 2020-06-26 | Update LinePaginator.add_line() tests | -5/+5 | ||
| 2020-06-26 | Simplify LinePaginator continuation header | -4/+7 | ||
| 2020-06-26 | Fix LinePaginator new page creation | -8/+14 | ||
| 2020-06-26 | Account for spaces in LinePaginator._split_remaining_lines() | -1/+1 | ||