1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-28 17:51:44 +00:00
This commit is contained in:
Nisheet Sinvhal
2018-11-02 16:36:49 +05:30
committed by David Peter
parent 1ece38a4c4
commit 44bdae0212
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
let true_color = self.config.true_color;
let colored_output = self.config.colored_output;
let italics = self.config.italics;
for &(style, region) in regions.iter() {
let text = &*self.preprocess(region, &mut cursor_total);
write!(