tui/inbox.go 🔗
@@ -458,7 +458,7 @@ func (m *Inbox) View() string {
}
b.WriteString(m.list.View())
- return "\x1b_Ga=d\x1b\\\\\n" + b.String()
+ return b.String()
}
// GetCurrentAccountID returns the currently selected account ID
Drew Smirnoff created
tui/inbox.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -458,7 +458,7 @@ func (m *Inbox) View() string {
}
b.WriteString(m.list.View())
- return "\x1b_Ga=d\x1b\\\\\n" + b.String()
+ return b.String()
}
// GetCurrentAccountID returns the currently selected account ID