Quote:
@ DGuy: Try to add #include <default.c> in your main script.
Did that, and while hot-keys related to non-text-display functions (i.e. alt-tab, esc, f5, etc) worked fine, any hot-keys that were to display something resulted in nothing displayed.
I finally just added:
Code:
FONT *def_font = "Consolas#14";
to the top of the "default.c" file, replaced all '*' with 'def_font' and everything was displayed fine.