Skip to content

Fix unusable terminal after Windows process cleanup #79

Description

@jasonsuhari

Problem

Sometimes stopping a running command on Windows floods the terminal with taskkill output such as SUCCESS: The process with PID ... has been terminated. The pane can be left in an unusable-looking state instead of returning cleanly to an interactive prompt.

Requested behavior

  • Suppress noisy process cleanup output from askkill or equivalent Windows cleanup commands.
  • Ensure the GridBash terminal returns to a usable prompt after forced process cleanup.
  • Preserve useful error reporting when cleanup itself fails.

Acceptance checks

  • Reproduce or cover the Windows cleanup path with a targeted test where practical.
  • Run relevant validation for the changed code.
  • Confirm terminal cleanup no longer writes taskkill success spam into the pane.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions