Curses: enable debug fuzzer

This commit is contained in:
Pasi Kallinen
2022-09-22 13:10:13 +03:00
parent 82337beedd
commit fbb32ea7fa
4 changed files with 12 additions and 6 deletions

View File

@@ -1024,7 +1024,7 @@ void
curses_delay_output(void)
{
#ifdef TIMED_DELAY
if (flags.nap) {
if (flags.nap && !iflags.debug_fuzzer) {
/* refreshing the whole display is a waste of time,
* but that's why we're here */
refresh();