Skip to content

Quick fix to get_winterm_size() returning (0, 0) - #610

Closed
stxlvt wants to merge 1 commit into
pallets:masterfrom
stxlvt:get_winterm_size_fix-2
Closed

Quick fix to get_winterm_size() returning (0, 0)#610
stxlvt wants to merge 1 commit into
pallets:masterfrom
stxlvt:get_winterm_size_fix-2

Conversation

@stxlvt

Copy link
Copy Markdown
Contributor

The get_winterm_size() function will return (0, 0) when invoked
from inside a subprocess. This is not very useful and results in a very
cramped and ugly output, so instead provide a sensible default.

get_winterm_size() will return (0, 0) when invoked inside a
subprocess. This is not very useful, so instead provide a
sensible default.
@dsully

Copy link
Copy Markdown

#997 fixes.

@dsullydsully closed this May 14, 2018
@github-actionsgithub-actionsBot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

windowsWindows-specific behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@stxlvt@dsully@zacbir