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

Cannot bring docker-compose to background with Ctrl-B #1483

Open
akiross opened this issue Sep 27, 2024 · 0 comments
Open

Cannot bring docker-compose to background with Ctrl-B #1483

akiross opened this issue Sep 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@akiross
Copy link

akiross commented Sep 27, 2024

Describe the bug
process-compose has a feature that allows to "send the TUI in background" by pressing Ctrl-B (relevant issue). When TUI is on the foreground, Ctrl-B will apparently start a new shell (bash) and when that exists, the TUI will be back.
I can do that when running process-compose attach, but if I use devenv up, Ctrl-B will flash a terminal for an instant and then it will go back to the TUI.

To reproduce

  1. devenv init in an empty with v1.2.0
  2. create a simple process like while true; do sleep 1; echo "foo" ; done
  3. devenv up to get into process-compose
  4. press Ctrl-B to put process-compose in background
  5. process-compose won't go in background

Version

devenv 1.2.0 (x86_64-linux)

devenv installed via nixpkgs. My system config is a flake.

@akiross akiross added the bug Something isn't working label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant