From f89869b5b2cb145e072346a443d3567f986814f3 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sat, 25 Dec 2021 14:14:38 +0100 Subject: [PATCH] README.md: Add 'control characters' to Garbled output section Fixes #1989 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a787f89c..f108a943 100644 --- a/README.md +++ b/README.md @@ -676,7 +676,7 @@ bat() { ### Garbled output -If an input file contains color codes or other ANSI escape sequences, `bat` will have problems +If an input file contains color codes or other ANSI escape sequences or control characters, `bat` will have problems performing syntax highlighting and text wrapping, and thus the output can become garbled. When displaying such files it is recommended to disable both syntax highlighting and wrapping by passing the `--color=never --wrap=never` options to `bat`.