Results 4 comments of Andron

84520fe738f337607153b9cd37def2e4004eb3f6 seems to be the problem, default runner changed to term and it doesn't work with it Works on the latest commit with `(setq run-command-default-runner 'run-command-runner-compile)` Except after e9420f1527dff8a65aeb36f8c0605ce8ad7cfb04 it...

here's a basic example that works with compile runner but doesn't with term 1. start a docker container ```shell docker run --name example1 -d busybox sh -c "while true; do...

eat also works ![image](https://github.com/bard/emacs-run-command/assets/8457664/25fe4345-b910-4098-b881-bf571390efe2) vterm doesn't (in this particular case) ![image](https://github.com/bard/emacs-run-command/assets/8457664/cfa8a241-b746-4395-aad5-b23807313bbb)

You're welcome! I'm delighted that I could be of help. In the end, I opted for `(setq run-command-default-runner 'run-command-runner-eat)` and it's working seamlessly on the master branch.