Cmatrix Japanese - Font

/* Add to getopt string (usually something like "abBcfhklLs:u:Vx") */ /* Add 'j' to that string */ while ((c = getopt(argc, argv, "abBcfhjklLs:u:Vx")) != -1) switch (c) /* ... existing cases ... */ case 'j': japanese_mode = 1; break; /* ... */

If you see blank spaces or garbled boxes (often called "tofu") instead of characters, you likely need to install a font that supports the Unicode block. cmatrix japanese font

cmatrix -u 3 -s # -u 3 slows updates, -s enables screen saver mode /* Add to getopt string (usually something like