We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b019ab1 commit ab2f0c4Copy full SHA for ab2f0c4
1 file changed
src/global/status_bar.rs
@@ -69,7 +69,7 @@ pub fn status_bar_draw(app: &mut App, frame: &mut Frame, area: Rect) {
69
};
70
71
let status_bar_info_right = Paragraph::new(format!(
72
- "{} {} {} {} {:08X} {}%",
+ "{} {} {} {} {:08X} {:3}%",
73
mode, bookmarks_string, app.file_info.r#type, selected, app.hex_view.offset, percent
74
))
75
.style(app.config.theme.topbar)
0 commit comments