1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-01 18:31:46 +00:00

Merge pull request #102 from eth-p/master

Added text wrapping. (Fixes #54)
This commit is contained in:
David Peter
2018-05-16 08:41:49 +02:00
committed by GitHub
12 changed files with 497 additions and 247 deletions
+1
View File
@@ -19,6 +19,7 @@ extern crate syntect;
mod app;
mod assets;
mod decorations;
mod diff;
mod printer;
mod style;