-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix windows compatibility #49
Labels
bug
Something isn't working
Comments
maybe it's better to add an option to specifiy max width and max height? |
Actually, using >>> import os
>>> os.get_terminal_size()
os.terminal_size(columns=160, lines=40) |
@creativegamer03 do you think you can do a PR with that? |
idk... I'll try tho.. |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some incompatibilities do not allow this tool to run correctly on windows. I will list some of them:
stty size
command is used to obtain the terminal's size, which generates the unknown command error in windows.The text was updated successfully, but these errors were encountered: