about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-09-20 17:48:21 +0200
committerGitHub <noreply@github.com>2023-09-20 17:48:21 +0200
commit14bca4431138a80b93795683dec588a40f6050a9 (patch)
treed83a157ecf643474b406201f1b1c55c0196a4bab /include/config.h
parent748d417f86d2d2a290c43428fd40ce616afcfc95 (diff)
parent762fe0aad860c0c0fa3c9e19103c3df799498c72 (diff)
downloadafl++-14bca4431138a80b93795683dec588a40f6050a9.tar.gz
Merge pull request #1864 from ThomasTNO/utf8_support
Add support for UTF-8 line rendering
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 6a75737f..988e536e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -120,9 +120,9 @@
 
 // #define _WANT_ORIGINAL_AFL_ALLOC
 
-/* Comment out to disable fancy ANSI boxes and use poor man's 7-bit UI: */
+/* Comment out to disable fancy boxes and use poor man's 7-bit UI: */
 
-#ifndef ANDROID_DISABLE_FANCY  // Fancy boxes are ugly from adb
+#ifndef DISABLE_FANCY
   #define FANCY_BOXES
 #endif