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

fix: add x-terminal:focus command to atom-workspace #179

Merged
merged 2 commits into from
Oct 7, 2020
Merged

Conversation

UziTech
Copy link
Member

@UziTech UziTech commented Oct 7, 2020

fixes #178

src/element.js Outdated
Comment on lines 710 to 714
this.terminal.focus()
if (double) {
// second focus with send command to pty
this.terminal.focus()
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for some reason calling focus on xterm does not focus the pty unless it is called twice.

@UziTech UziTech merged commit 4bac2f8 into master Oct 7, 2020
@UziTech UziTech deleted the fix-focus branch October 7, 2020 17:09
@github-actions
Copy link

github-actions bot commented Oct 7, 2020

🎉 This PR is included in version 10.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released 📮 Release has been made label Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released 📮 Release has been made
Development

Successfully merging this pull request may close these issues.

[BR] Terminal Focus doesn't create new window
2 participants