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

Staircase on background commands #149

Open
majek opened this issue Sep 5, 2019 · 0 comments
Open

Staircase on background commands #149

majek opened this issue Sep 5, 2019 · 0 comments

Comments

@majek
Copy link

majek commented Sep 5, 2019

Thanks for such an awesome tool. There are a couple of bugs in the terminal handling.

First, we see staircase when running background command

(for i in `seq 10`; do echo hello; sleep 0.1; done) &

Got:

prompt $ hello
                                    hello
                                         hello
                                              hello
                                                   hello
                                                        hello
                                                             hello
                                                                  hello
                                                                       hello

While in normal bash it is not staircased.

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

No branches or pull requests

1 participant