1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-04 19:01:44 +00:00

Split decorations into a separate file and optimized them a bit.

This commit is contained in:
eth-p
2018-05-13 18:44:07 -07:00
parent 9214a4a4f0
commit b327127f37
3 changed files with 208 additions and 101 deletions
+1
View File
@@ -23,6 +23,7 @@ mod diff;
mod printer;
mod style;
mod terminal;
mod decorations;
use std::fs::{self, File};
use std::io::{self, BufRead, BufReader, Write};