-
Notifications
You must be signed in to change notification settings - Fork 14
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
Strange behavior on windows #1
Comments
Have never used or tested it on |
Any update on this? I seem to be getting this behavior both in powershell and cmd.exe. I'm using pb, and the progress bars get longer and longer with every invocation. |
@DataWraith that was the exact same behavior that I saw, but I recall only seeing it in powershell. If it also occurs in cmd.exe then it should be easier to fix. |
Just sent in the pull request #2 This should fix it. |
This is really exciting. Can't wait to try it out and see if it fixes it. |
I was using
ts
on windows and everything worked fine in cmd.exe. However, when I ran my simple app in powershell, I noticed some strange behavior; it appears that powershell incorrectly reports its height as the width.Example:
If you run this over and over, the number it prints out will keep increasing as the number of rows in the output increases. Have you seen this behavior before? I searched around but couldn't find anyone with a similar problem.
The text was updated successfully, but these errors were encountered: