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

#287 Display hotkeys to detach from the container #411

Closed
wants to merge 3 commits into from

Conversation

glendsoza
Copy link
Contributor

No description provided.

@@ -409,7 +409,7 @@ func (gui *Gui) handleContainerAttach(g *gocui.Gui, v *gocui.View) error {
return gui.createErrorPanel(err.Error())
}

return gui.runSubprocess(c)
return gui.runSubprocessWithMessage(c, "By default, to detach from the container press ctrl-p then ctrl-q")
Copy link
Owner

Choose a reason for hiding this comment

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

Can we internationalise this text?

Copy link
Owner

@jesseduffield jesseduffield left a comment

Choose a reason for hiding this comment

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

Nice work :) One thing

@glendsoza
Copy link
Contributor Author

Thanks, @jesseduffield for taking the time to review, i have internationalised the text as requested

Please review

@jesseduffield
Copy link
Owner

@glendsoza I've resolved conflicts but I can't push to your branch so I've recreated this in a separate PR: #465

@jesseduffield
Copy link
Owner

PR is great btw! I'll add it in the next release

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 this pull request may close these issues.

2 participants