1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-04 12:22:28 +01:00

Fix padding, add --wrap argument, disable wrap for non-tty. (Fixed)

I'm not quite sure what was up with git on that last commit, but it's
all properly committed now.
This commit is contained in:
eth-p
2018-05-12 13:44:10 -07:00
parent cd26d403a3
commit d4b438b9d3
3 changed files with 43 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ pub enum OutputComponent {
#[derive(Debug, Eq, PartialEq, Copy, Clone, Hash)]
pub enum OutputWrap {
Character,
None
}
impl OutputComponent {