-
Notifications
You must be signed in to change notification settings - Fork 9
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
Terminal output cleared with multiple tabs [BR] #135
Comments
That's weird, I tried with different versions of Atom (Portable Version) from 1.45.0 to 1.50.0-beta and it all turned out the same Can you specify what version of Atom and apm are you using? BTW, I haven't seen this issue on my machine with version 9.0.0 or earlier, I upgraded the package from 9.0.0 yesterday and ran into this. |
I wonder what the differences are. and if something is interfering
The resizing code that was merged which was biggest change in relation to 9.x.x I dont think that would affect this. Bt who knows. |
Ok I have tried package versions
It seems like the problem only exists in 9.0.3 which I believe is the latest version I have tried to install atom 1.49.0 with both the Installer and the Zip file but the problem persists. I have also tried removing python and msys2 from the path before installing the package. But after installing package the problem is still there, so I guess the building process is OK. |
It seems the issue is in PR #129 I also removed I'm testing it out a bit more but I can reproduce it now. |
This should be fixed by #136 and released shortly. Thanks for reporting it 🎉 |
I'm guessing that it's fixed by now? |
🎉 This issue has been resolved in version 9.0.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
When opening multiple tabs in the same position (i.e. right dock), output of all other tabs will be cleared automatically
Steps to reproduce
Expected behavior:
Output from all non-active tabs should remain unaffected when a new terminal is opened in the same location
Output from tab should not be affected when unfocused.
Actual behavior:
The output is cleared when a new tab is opened in the same location or when a tab is unfocused (demonstrated by the following 2 videos)
https://www.youtube.com/watch?v=Wpq_OmmHr4w
https://www.youtube.com/watch?v=3KLlx4Vk5JQ
Reproduces how often:
Always
Versions
OS name and version: Windows 10 x64
Terminal version: 9.0.3
Additional context
The text was updated successfully, but these errors were encountered: