diff --git a/src/ui.rs b/src/ui.rs index b5dedd3..798ef7c 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -284,9 +284,8 @@ impl UI { let page = self.views.get(self.focused)?; if page.is_tls() { return Some(format!( - "{}{}{}{}{}{}", - termion::cursor::Goto(self.cols() - 4, self.rows()), - "\x1b[1m", + "{}{}{}{}{}", + termion::cursor::Goto(self.cols() - 3, self.rows()), color::Fg(color::Black), color::Bg(color::Green), "TLS",