Skip to content
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

Wrong columns count #291

Open
nponeccop opened this issue Aug 16, 2024 · 0 comments
Open

Wrong columns count #291

nponeccop opened this issue Aug 16, 2024 · 0 comments

Comments

@nponeccop
Copy link

nponeccop commented Aug 16, 2024

Here is a test:

tput cols; printf 'X%.0s' $(seq 1 $(tput cols)); echo

Expected Behavior

Prints XXXXXXX line from edge to edge of the terminal

Actual Behavior

Prints
XXXXXX
X

So it's one-off, probably due to the presence of a vertical scrollbar. I only tested it in WebStorm running inside of a DevContainer so I'm not sure if it's the terminal bug or the WebStorm bug.

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

No branches or pull requests

1 participant