Skip to content
Snippets Groups Projects

[fix] tui: realign heads columns

Merged Éloïs requested to merge elois/tui into dev
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -289,7 +289,7 @@ impl TuiModuleDatas {
line += 1;
write!(
stdout,
"{}{}Step NodeId-Pubkey BlockId-BlockHash Soft:Ver Pre [ Api ] MeR:MiR uid",
"{}{}Step NodeId-Pubkey BlockId-BlockHash Soft:Ver Pre [ Api ] MeR:MiR uid",
cursor::Goto(1, line),
color::Fg(color::White)
).unwrap();
Loading