From 23d95c657eabb2d7015dc75667234178a8e926db Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Sun, 4 Jan 2026 18:30:58 +0400 Subject: [PATCH] fix(inbox): trailing backslash (#96) --- tui/inbox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui/inbox.go b/tui/inbox.go index b4b4ce579c5266e148167f268967849af67ff8f3..7bd9ffa6b79758d6da838cfe1e9b31148a4586ee 100644 --- a/tui/inbox.go +++ b/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