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: Add possibility to disable prompt redrawing #8763

Commits on Sep 4, 2024

  1. kernel: Add possibility to disable prompt redrawing

    When stdout is used as both a terminal and as the main logging
    mechanism, redrawing the prompt will cause a lot of ANSI characters
    to be printed to the log when the prompt is redrawn. So we add this
    options for systems that have a hard time migrating away. It is
    only available in Erlang/OTP 26 as a temporary measure as in the long
    run no system should be using stdout as a logging mechanism and
    terminal at the same time.
    garazdawi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    49ae08a View commit details
    Browse the repository at this point in the history