diff options
Diffstat (limited to 'app/msglist.go')
-rw-r--r-- | app/msglist.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/msglist.go b/app/msglist.go index 49529811..ac0012b4 100644 --- a/app/msglist.go +++ b/app/msglist.go @@ -124,8 +124,8 @@ func (ml *MessageList) Draw(ctx *ui.Context) { return false } - getRowStyle := func(t *ui.Table, r int) tcell.Style { - var style tcell.Style + getRowStyle := func(t *ui.Table, r int) vaxis.Style { + var style vaxis.Style row := &t.Rows[r] params, _ := row.Priv.(messageRowParams) if params.uid == store.SelectedUid() { |