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

Don't change terminal title when stdout is redirected or piped. #849

Merged
merged 5 commits into from
Sep 6, 2024

Commits on Feb 26, 2024

  1. Don't change terminal title

    Changing title is putting extra escape codes and "Julia" into STDOUT and messes up output when used with shell pipes or redirects.
    ktdq authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ba5c97d View commit details
    Browse the repository at this point in the history
  2. Don't import Term

    ktdq authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    66de0ea View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    74ff394 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    ktdq authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    885fcc4 View commit details
    Browse the repository at this point in the history
  3. use is_terminal not atty

    ktdq authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5aad522 View commit details
    Browse the repository at this point in the history