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

Suspend does not pause execution #100

Closed
knoellle opened this issue Sep 15, 2023 · 1 comment · Fixed by #108
Closed

Suspend does not pause execution #100

knoellle opened this issue Sep 15, 2023 · 1 comment · Fixed by #108

Comments

@knoellle
Copy link

According to both the readme here and the keybind help within viddy, pressing the s key should pause command execution.
However, this is not the case and only the shown output is kept from updating.

Steps to reproduce

  • Open two terminals
  • In the first run viddy "date | tee /tmp/date"
  • In the second run viddy "cat /tmp/date"
  • Press s in the first to "suspend execution"
  • Watch the file content keep updating in the second terminal but not in the first.

Affected Version

$ viddy -v
viddy version: 0.3.7
@sachaos
Copy link
Owner

sachaos commented Oct 15, 2023

@knoellle I've fixed this issue by #108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants