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

High screen size (cols.rows) stops engine from updating (Windows Terminal WSL) #27

Open
Vodianoi opened this issue Oct 22, 2024 · 0 comments

Comments

@Vodianoi
Copy link

Vodianoi commented Oct 22, 2024

Describe the bug
When zooming out at extreme values (Windows Terminal), engine stops drawing (input still captured)

To Reproduce

  1. Create a scene with user input
  2. Zoom out
  3. Run program
  4. Send user input
  5. Nothing updating
  6. Zoom in
  7. Updates now happen, and user inputs are processed one by one

Expected behavior
The screen should update
Same program with a python lib does not have this issue, that's what make me think it comes from console_engine

Maybe I'm missing some steps to allow higher screen sizes ?

Screenshots
Don't think it's relevant but can send some if needed

Additional context
Windows Terminal running WSL2 Debian with rust
Same actions with less zoom works perfectly

Need to test it in another terminal

Thanks ! Awesome tool !

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