about summary refs log tree commit diff
path: root/docs/INSTALL.md
diff options
context:
space:
mode:
authorThomas Rooijakkers <thomas.rooijakkers@tno.nl>2023-09-19 13:31:29 +0200
committerThomas Rooijakkers <thomas.rooijakkers@tno.nl>2023-09-19 13:31:29 +0200
commit54f01481571ba3a7c05a5e37b9f5021c1304834e (patch)
treefedf1f43f6382b8db15422cea492625225451d4f /docs/INSTALL.md
parent0b6e74eeb099ac045932e5d3603af899268b48d0 (diff)
downloadafl++-54f01481571ba3a7c05a5e37b9f5021c1304834e.tar.gz
UTF-8 line rendering for status screen as default
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r--docs/INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 7c04d7d8..41f512ed 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -87,7 +87,7 @@ These build options exist:
 * INTROSPECTION - compile afl-fuzz with mutation introspection
 * NO_PYTHON - disable python support
 * NO_SPLICING - disables splicing mutation in afl-fuzz, not recommended for normal fuzzing
-* UTF - use UTF-8 for line rendering in status screen
+* NO_UTF - do not use UTF-8 for line rendering in status screen (fallback to G1 box drawing, of vanilla AFL)
 * NO_NYX - disable building nyx mode dependencies
 * NO_CORESIGHT - disable building coresight (arm64 only)
 * NO_UNICORN_ARM64 - disable building unicorn on arm64