-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
pkg/gui/containers_panel.go
Outdated
@@ -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") |
There was a problem hiding this comment.
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?
There was a problem hiding this 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
Fix the linting again
Thanks, @jesseduffield for taking the time to review, i have internationalised the text as requested Please review |
@glendsoza I've resolved conflicts but I can't push to your branch so I've recreated this in a separate PR: #465 |
PR is great btw! I'll add it in the next release |
No description provided.