shithub: orca

Download patch

ref: 0cf19ce2fc9eedd9a1c84e30bb12e657bd5db6f2
parent: 96f869faa491a4840f967e894af9b2fd24db57b7
author: cancel <cancel@cancel.fm>
date: Tue Dec 18 22:06:22 EST 2018

Add comment

--- a/sim.c
+++ b/sim.c
@@ -5,9 +5,9 @@
 //////// Utilities
 
 static Glyph const indexed_glyphs[] = {
-    '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b',
-    'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n',
-    'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
+    '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', //  0 - 11
+    'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', // 12 - 23
+    'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', // 24 - 35
 };
 
 enum {