theme the cursor

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

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

Loading…
Cancel
Save