Browse Source

Add unknown key stderr debug (ifdefd out)

master
cancel 6 years ago
parent
commit
8974c878a7
  1. 5
      tui_main.c

5
tui_main.c

@ -588,6 +588,11 @@ int main(int argc, char** argv) {
// situations where max throughput is necessary. // situations where max throughput is necessary.
needs_remarking = true; needs_remarking = true;
} }
#if 0
else {
fprintf(stderr, "Unknown key number: %d\n", key);
}
#endif
break; break;
} }

Loading…
Cancel
Save