Yes, this is an issue, al though xbasic compiles without these files, but for completeness I think I can add the sources. The Make for the framebuffer version (on linux) has still bugs anyway. It used to just youtput the graphics on the framebuffer screen and send the console output to stdout. The Android version however uses a "framebuffer" and implements a VT100 terminal on the framebuffer where the stdout is send to.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, this is an issue, al though xbasic compiles without these files, but for completeness I think I can add the sources. The Make for the framebuffer version (on linux) has still bugs anyway. It used to just youtput the graphics on the framebuffer screen and send the console output to stdout. The Android version however uses a "framebuffer" and implements a VT100 terminal on the framebuffer where the stdout is send to.
I have put consolefont.h and consolefont.c into the source package.