1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-23 17:03:18 +00:00

Justify header when there are decorations but no grid

This commit is contained in:
Ezinwa Okpoechi
2018-05-24 11:47:10 +02:00
committed by David Peter
parent 65bb4c7ee6
commit 2ea3758c4b
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -90,6 +90,8 @@ impl<'a> Printer<'a> {
.grid
.paint(if self.panel_width > 0 { "" } else { "" }),
)?;
} else {
write!(self.handle, "{}", " ".repeat(self.panel_width))?;
}
writeln!(
@@ -1,4 +1,4 @@
File: sample.rs
File: sample.rs
1 struct Rectangle {
2 width: u32,
3 height: u32,
@@ -1,4 +1,4 @@
File: sample.rs
File: sample.rs
struct Rectangle {
width: u32,
height: u32,
@@ -1,4 +1,4 @@
File: sample.rs
File: sample.rs
1 struct Rectangle {
2 width: u32,
3 height: u32,