pull/176/merge
chownsb 7 months ago committed by GitHub
commit e7368f3efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -151,7 +151,7 @@ impl HelpComponent {
processed += 1;
txt.push(Spans::from(Span::styled(
format!(" {}{:w$}", command_info.text.name, w = width),
format!(" {}{w:w$}", command_info.text.name, w = width),
if is_selected {
Style::default().bg(Color::Blue)
} else {

Loading…
Cancel
Save