Skip to content
  • rswindell's avatar
    d8619fcb
    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
    console.crlf() now takes an optional count argument (defaults to 1).
    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).
Loading