Skip to content
Snippets Groups Projects
  1. Sep 24, 2015
  2. Sep 20, 2015
  3. Sep 17, 2015
  4. Sep 11, 2015
    • rswindell's avatar
      Fix infinite recycle problem reported by Lord Time. · 47b0e6ae
      rswindell authored
      Also set the web server status to "Listening" once initializating is complete.
      I'm not sure what the newly-introduced "terminated" flag is supposed to
      indicate, but it's beign set to TRUE during recycle, so it's probably not
      working as intended. Something cleaner probably should be done, but I don't
      know exactly what Deuce was trying to accomlish with this variable.
      47b0e6ae
  5. Sep 10, 2015
  6. Sep 09, 2015
  7. Sep 08, 2015
  8. Sep 07, 2015
  9. Sep 04, 2015
  10. 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
Loading