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

kernel: io to stdout shouldn't interfere with prompt #8820

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

frazze-jobb
Copy link
Contributor

With this change, the stdout data, e.g. io:format/2, will always be drawn at the line before the prompt, triggering a redraw of the prompt. A buffer is kept so that we can track when the output reaches the column length of the tty, so we can put the cursor at the right position when the next stdout message should be drawn.

@frazze-jobb frazze-jobb added team:VM Assigned to OTP team VM fix labels Sep 18, 2024
@frazze-jobb frazze-jobb self-assigned this Sep 18, 2024
Copy link
Contributor

github-actions bot commented Sep 18, 2024

CT Test Results

No tests were run for this PR. This is either because the build failed, or the PR is based on a branch without GH actions tests configured.

Results for commit ac59c98

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@frazze-jobb frazze-jobb added the testing currently being tested, tag is used by OTP internal CI label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant