wrong order

pull/33/head
chris west 1 year ago
parent 02cfc41aa2
commit 89b5febd4b

@ -463,8 +463,8 @@ impl Menu {
let (x, y) = self.screen_coords(self.link)?;
Some(format!(
"{}{}*\x1b[0m{}",
self.config.read().unwrap().theme.ui_cursor,
terminal::Goto(x, y),
self.config.read().unwrap().theme.ui_cursor,
terminal::HideCursor
))
}

Loading…
Cancel
Save