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

Fixed "unkown chip id", piped output and st-util -v #763

Merged
merged 3 commits into from Jan 24, 2019
Merged

Fixed "unkown chip id", piped output and st-util -v #763

merged 3 commits into from Jan 24, 2019

Commits on Jan 21, 2019

  1. Copy the full SHA
    b167d27 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    48e2fcf View commit details
    Browse the repository at this point in the history
  3. Flush output streams explicitly. Fix #665

    On Win32 redirecting streams makes them buffered, therefore without
    flushing there would be no output before exit. Stdout and stderr are
    also often buffered differently, making them disordered.
    jicksaw committed Jan 21, 2019
    Copy the full SHA
    08af942 View commit details
    Browse the repository at this point in the history