From fcdcd32de7118e1de1f8d94c380a0e80a64265ec Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 17 May 2019 11:52:38 -0400 Subject: Remove unimplemented color configuration Will probably end up doing this differently anyway --- widgets/msglist.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/msglist.go') diff --git a/widgets/msglist.go b/widgets/msglist.go index 944bad8..6cf9b97 100644 --- a/widgets/msglist.go +++ b/widgets/msglist.go @@ -23,9 +23,9 @@ type MessageList struct { store atomic.Value // *lib.MessageStore } -// TODO: fish in config -func NewMessageList(logger *log.Logger) *MessageList { +func NewMessageList(conf *config.AercConfig, logger *log.Logger) *MessageList { ml := &MessageList{ + conf: conf, logger: logger, selected: 0, spinner: NewSpinner(), -- cgit v1.2.3