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

Python horizontal scrolls each output individually #97

Open
vieiralucas opened this issue Sep 19, 2024 · 2 comments · May be fixed by #128
Open

Python horizontal scrolls each output individually #97

vieiralucas opened this issue Sep 19, 2024 · 2 comments · May be fixed by #128
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@vieiralucas
Copy link
Member

vieiralucas commented Sep 19, 2024

See video:

horizontal-scroll-each-output.mov

It should scroll the whole Python output together.

Code snippet to reproduce:

for i in range(10):
    print('This is a long line of text that is meant to be an example of a big line. It contains many words, specifically between twenty and forty words, to meet the requirements of the instructions provided.', flush=True)
@vieiralucas vieiralucas added bug Something isn't working good first issue Good for newcomers labels Sep 25, 2024
@vieiralucas vieiralucas changed the title cant horizontal scroll python output Python horizontal scrolls each output individually Sep 25, 2024
@joezein-oss
Copy link
Contributor

Can take this one !

@vieiralucas
Copy link
Member Author

Hi @joezein-oss thank you. I'll assign the issue to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants