-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
new TUI does not resize on window resize #8477
Comments
I experience the same in iTerm on macOS |
For me it's different. Environment: |
Just noticed that actually this is an intended behavior made in #8457. |
@AndreaPontrandolfo This decision was made due to the TUI requiring a certain minimum amount of area. Attempting to run the TUI in a terminal with less area results in an incorrect render or a crash. |
Closing this as it was implemented in #8996 and first released in 2.0.14. |
Verify canary release
Link to code that reproduces this issue
not necessary, just create a monorepo and run turbo <script>
What package manager are you using / does the bug impact?
npm, pnpm, Yarn v1, Yarn v2/v3/v4 (node_modules linker only)
What operating system are you using?
Linux
Which canary version will you have in your reproduction?
2.0.2
Describe the Bug
if you run a script on your terminal with
turbo <script>
and resize the window, the TUI will not resize.if you have a workspace divided in two terminal windows, in one you run
turbo <script>
and then open the terminal with turborepo in full screen, the TUI will not adapt to the new screen widthExpected Behavior
to update its width as the window resizes
To Reproduce
create a new monorepo
create a script that doesn't exit interactive mode
run the script
resize window
see the broken TUI
Additional context
No response
The text was updated successfully, but these errors were encountered: