aboutsummaryrefslogtreecommitdiffstats
path: root/commands/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/help.go')
-rw-r--r--commands/help.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/commands/help.go b/commands/help.go
index 9e1d1140..498f9bce 100644
--- a/commands/help.go
+++ b/commands/help.go
@@ -50,7 +50,6 @@ func (Help) Execute(aerc *widgets.Aerc, args []string) error {
aerc.HumanReadableBindings(),
aerc.SelectedAccountUiConfig(),
func(_ string) {
- helpClose(aerc)
aerc.CloseDialog()
},
),
@@ -61,9 +60,3 @@ func (Help) Execute(aerc *widgets.Aerc, args []string) error {
return TermCore(aerc, []string{"term", "man", page})
}
-
-func helpClose(aerc *widgets.Aerc) {
- if content, ok := aerc.SelectedTabContent().(*widgets.MessageViewer); ok {
- content.UpdateScreen()
- }
-}