Teascade / glerminal

A lightweight terminal made with OpenGL
MIT License
25 stars 1 forks source link

Add fallback for invalid characters #36

Closed Teascade closed 5 years ago

Teascade commented 5 years ago

When the textbuffermesh is trying to render an invalid character that is not found, instead of panicing, try to print a ?-character (or if that doesn't exist either, just skip the character entirely).