about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-09-27 16:33:43 +0200
committerGitHub <noreply@github.com>2023-09-27 16:33:43 +0200
commit1c582b6aeec034b2c0ef650abd35352df7d78fa7 (patch)
tree78bb5aa795a50932132fa778f904e4ec297483c8 /src/afl-fuzz.c
parentdee76993812fa9b5d8c1b75126129887a10befae (diff)
parent5f7c3a1ee0d6f20e42a207a7e75e0f19e726a0f5 (diff)
downloadafl++-1c582b6aeec034b2c0ef650abd35352df7d78fa7.tar.gz
Merge pull request #1874 from AFLplusplus/dev
push to stable
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index cf57702f..86c05223 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -381,6 +381,10 @@ static void usage(u8 *argv0, int more_help) {
   SAYF("Compiled with NO_SPLICING.\n");
 #endif
 
+#ifdef FANCY_BOXES_NO_UTF
+  SAYF("Compiled without UTF-8 support for line rendering in status screen.\n");
+#endif
+
 #ifdef PROFILING
   SAYF("Compiled with PROFILING.\n");
 #endif