Hello,<div><br></div><div>I don&#39;t know if this application is still being maintained. I just wanted to submit some changes I made to my local copy of the Lessons module. The reason for the change was the segmentation fault I was getting when I pressed ESC in a lesson. I have attached practice.c, the main fix really being the line:</div>
<div><div><br></div><div>if ( key != -1 )</div><div>    updatekeylist(key,tmp);</div></div><div><br></div><div>For some reason on OS X 10.6, I have to disable the Mix_Init code (under #ifdef HAVE_MIX_INIT) in setup.c to get the sound to work, even though I am using SDL_mixer 1.2.11. </div>
<div>Don&#39;t know what&#39;s going on there, but if you have any ideas - please let me know.</div><div><br></div><div>The changes are based on the code from tuxtype_w_fonts-1.8.1.tar.gz downloaded from <a href="https://alioth.debian.org/frs/download.php/3270/tuxtype_w_fonts-1.8.1.tar.gz">https://alioth.debian.org/frs/download.php/3270/tuxtype_w_fonts-1.8.1.tar.gz</a>.</div>
<div><br></div><div>Thanks for your time.</div><div><br></div><div>Regards,</div><div><br></div><div>Stephen.</div>