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: "overwrite prompt" setting #8644

Commits on Jul 5, 2024

  1. kernel: "overwrite prompt" setting

    adds a setting -stdlib shell_bgmsg_location (above|below)
    where above means output bg processes io:format above the prompt
    and below means output bg processes io:format on the prompt, disturbing
    the current line, requiring a redraw to see the whole prompt
    
    also removing code from prim_tty which was a redundant implementation
    of what group does when receiving "io_request" during a get_line
    frazze-jobb committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8ab9342 View commit details
    Browse the repository at this point in the history