summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-12-25 14:14:38 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2022-01-03 22:16:08 +0100
commitf89869b5b2cb145e072346a443d3567f986814f3 (patch)
tree1db03722224b027510f63f779aecbb1cd77818df /README.md
parentd4744dbed53cb3fadecd5065dc035353ca98d93a (diff)
README.md: Add 'control characters' to Garbled output section
Fixes #1989
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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`.