rpm-software-management / yum

[DEPRECATED] YUM package manager
GNU General Public License v2.0
127 stars 87 forks source link

Format history table to use actual terminal width (RhBug:1786339 RHEL7/CentOS7) #113

Closed ivanpesin closed 4 years ago

ivanpesin commented 4 years ago

yum history command's output is limited to 79 columns regardless of the actual terminal width. This often results in the commands column being trimmed, and makes it impossible to see the complete history information.

This patch makes yum use the actual terminal width to fit as much information as possible into the output.

Bz 1786339 (https://bugzilla.redhat.com/show_bug.cgi?id=1786339)

dmnks commented 4 years ago

Thank you for the PR. However, please note that this project has been deprecated and is no longer maintained upstream. Please consider migrating to DNF which is the successor of YUM. That said, I’ll close this PR now.