Skip to content
Snippets Groups Projects
  1. Sep 07, 2015
  2. Sep 04, 2015
  3. Sep 03, 2015
    • rswindell's avatar
      Fix: BG_BLACK is a special value for the console.ansi() function argument · 6acf123c
      rswindell authored
      value and not an actual attribute value. Use 0 instead.
      6acf123c
    • rswindell's avatar
      Fix html_encode() Unicode code points for character values 0x10 and 0x11 to map · 083b3bdd
      rswindell authored
      to glyphs found in the Courier New font. When mapped to code points not present
      in the monospace/courier font family, a different (proportional) font is used
      which messes up the "ANSI graphics" display.
      - 0x10 is now mapped to U+9658 (black right-pointing pointer) instead of U+9658
        (black right-pointing triangle)
      - 0x11 is now mapped to U+9668 (black left-pointing pointer) instead of U+9664
        (black left-pointing triangle)
      Incidentally, 0x1e and 0x1f were already mapped correctly.
      
      Also fixed:
      - 0x16 now maps to U+9604 (lower half black) instead of U+9644 (black rectangle)
      
      Added some helpful comments (hex values, ASCII values).
      083b3bdd
  4. Sep 02, 2015
  5. Sep 01, 2015
Loading