Skip to content

Fix _getdimensions for sizes of (0, 0)#43

Merged
blueyed merged 3 commits intomy-masterfrom
fix-_getdimensions
Nov 1, 2019
Merged

Fix _getdimensions for sizes of (0, 0)#43
blueyed merged 3 commits intomy-masterfrom
fix-_getdimensions

Conversation

@blueyed
Copy link
Owner

@blueyed blueyed commented Nov 1, 2019

No description provided.

@blueyed blueyed force-pushed the fix-_getdimensions branch from f80a577 to 5871b4b Compare November 1, 2019 13:02
Sourcehut has this (`True` for `isatty()`)

[
  (<_io.TextIOWrapper name='<stdin>' mode='r' encoding='US-ASCII'>, True,
   ('ok', os.terminal_size(columns=0, lines=0))),
  (<_io.TextIOWrapper name='<stderr>' mode='w' encoding='US-ASCII'>, True,
   ('ok', os.terminal_size(columns=0, lines=0))),
  (<_io.TextIOWrapper name='<stdout>' mode='w' encoding='US-ASCII'>, True,
   ('ok', os.terminal_size(columns=0, lines=0))),
]
@blueyed blueyed changed the title Fix/debug _getdimensions on Sourcehut [skip travis] Fix _getdimensions for sizes of (0, 0) Nov 1, 2019
@blueyed blueyed merged commit 4027837 into my-master Nov 1, 2019
@blueyed blueyed deleted the fix-_getdimensions branch November 1, 2019 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant