make status bar jump less

This commit is contained in:
🪞👃🪞 2024-12-24 22:47:14 +01:00
parent a37527bd58
commit 5c37763554

View file

@ -25,7 +25,7 @@ render!(<Tui>|self:PhraseEditStatus<'a>|{
self.0.time_axis().get(), self.0.time_zoom().get(),
if self.0.time_lock().get() { "[lock]" } else { " " })),
field(" Note", format!("{} ({}) {} | {}-{} ({})",
to_note_name(self.0.note_point()), self.0.note_point(), self.0.note_len(),
self.0.note_point(), to_note_name(self.0.note_point()), self.0.note_len(),
to_note_name(self.0.note_lo().get()), to_note_name(self.0.note_hi()),
self.0.note_axis().get()))]))])))});