1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 10:52:24 +01:00

Update header

This commit is contained in:
sharkdp
2018-04-24 21:33:50 +02:00
parent a7232a6ecc
commit 7b7a5a32d6

View File

@@ -78,7 +78,7 @@ fn print_file<P: AsRef<Path>>(
write!(
handle,
"{}{} {}\n",
"{}{} File {}\n",
" ".repeat(PANEL_WIDTH),
Fixed(GRID_COLOR).paint(""),
White.bold().paint(filename.as_ref().to_string_lossy())