commit | 1f0f8b5d9d9053c4d164d01c6915c2e6b8c6ea48 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Jan 08 18:26:35 2022 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Apr 15 11:38:13 2022 -0600 |
tree | 49add44180f6e8886bf07badde7a18102d4f4e25 | |
parent | 1c9cc05244f67c4e5a888394b2c9a309164ca02d [diff] |
Allow word wrapping even when paging is disabled PR cli/20741 points out that when pagination is disabled, this also disabled word wrapping. However, the manual documents that these settings are separate -- if you intend to disable the wrapping, you must use "set width unlimited". This patch fixes the bug by letting the pagination-disabled case fall through to the code that also handles word-wrapping. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=20741