[mod] #402: history: Get terminal columns with shutil instead of click
Change from click.get_terminal_size() to shutil.get_terminal_size() Numbers of columns can be accessed with: the first element `[0]` and .columns attribute
parent
432cf5b3
No related branches found
No related tags found
Loading
Please register or sign in to comment