1.0.0beta2
- Replace all instances of
isprint()
with!iscntrl()
, so that extended ASCII characters can be inserted and displayed in the editor. - Include font files in offline version of tutorial.
isprint()
with !iscntrl()
, so that extended ASCII characters can be inserted and displayed in the editor.