set ascii()

in lib/term_glyph.dart [30:32]


set ascii(bool value) {
  _glyphs = value ? asciiGlyphs : unicodeGlyphs;
}