Skip to content
Snippets Groups Projects
  1. Feb 21, 2009
    • rswindell's avatar
      Create and use a variant of sbbs_t::ansi() which accepts a "current attribute" · d0f49f9a
      rswindell authored
      argument and buffer and retruns an optimized ANSI sequence to generate
      the desired attribute.
      console.ansi() method now support this usage as well, so msgutils.js's
      attr_to_ansi() should no longer be needed.
      d0f49f9a
    • rswindell's avatar
      console.crlf() now takes an optional count argument (defaults to 1). · d8619fcb
      rswindell authored
      console.print()/write()/writeln() can now take multiple value arguments to
      display (like the global print()/write()/writeln() methods).
      console.write() and writeln() now use sbbs_t::putcom() instead of rputs()
      so that they may send strings with embedded NULs.
      console.writeln() now uses sbbs_t::rputs() to output the "\r\n" so that it is
      not passed through outchar (e.g. do not line-count and auto-pause).
      d8619fcb
  2. Feb 20, 2009
  3. Feb 19, 2009
  4. Feb 18, 2009
Loading