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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user