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.
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.
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)