diff options
author | van Hauser <vh@thc.org> | 2023-09-20 17:48:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 17:48:21 +0200 |
commit | 14bca4431138a80b93795683dec588a40f6050a9 (patch) | |
tree | d83a157ecf643474b406201f1b1c55c0196a4bab /include/config.h | |
parent | 748d417f86d2d2a290c43428fd40ce616afcfc95 (diff) | |
parent | 762fe0aad860c0c0fa3c9e19103c3df799498c72 (diff) | |
download | afl++-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.h | 4 |
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 |