From 8126d82956636a2525263e2d0d985d721fdb8074 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 21 Mar 2019 16:30:23 -0400 Subject: Add context-specific commands --- commands/term-close.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/term-close.go') diff --git a/commands/term-close.go b/commands/term-close.go index ae2b55b..7da4f42 100644 --- a/commands/term-close.go +++ b/commands/term-close.go @@ -8,7 +8,7 @@ import ( func init() { // TODO: Move this command into a terminal-specific command set - Register("close", TermClose) + register("close", TermClose) } func TermClose(aerc *widgets.Aerc, args []string) error { -- cgit v1.2.3