From 589db742cb2af4b29607ceba62ceca38ec982f62 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 17 Mar 2019 16:19:15 -0400 Subject: Move exline handling up to aerc, add :term --- widgets/tabhost.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 widgets/tabhost.go (limited to 'widgets/tabhost.go') diff --git a/widgets/tabhost.go b/widgets/tabhost.go new file mode 100644 index 0000000..7c502cb --- /dev/null +++ b/widgets/tabhost.go @@ -0,0 +1,11 @@ +package widgets + +import ( + "time" +) + +type TabHost interface { + BeginExCommand() + SetStatus(status string) *StatusMessage + PushStatus(text string, expiry time.Duration) *StatusMessage +} -- cgit v1.2.3