shithub: orca

Download patch

ref: 8974c878a78fbb2640c071815cd31875f128bddb
parent: a2183f892dbdd3dd3e5467d707e716ec73b4b824
author: cancel <cancel@cancel.fm>
date: Mon Dec 3 13:25:02 EST 2018

Add unknown key stderr debug (ifdefd out)

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