mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 03:28:31 +02:00
Specify name instead of number
This commit is contained in:
parent
c29518b37a
commit
2d7b838bee
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class Entry:
|
|||
|
||||
if columns == "auto":
|
||||
try:
|
||||
columns = os.get_terminal_size()[0]
|
||||
columns = os.get_terminal_size().columns
|
||||
except OSError:
|
||||
logging.debug(
|
||||
"Can't determine terminal size automatically 'linewrap': '%s'",
|
||||
|
|
Loading…
Add table
Reference in a new issue