Skip to content
  • Rob Swindell's avatar
    35f326b8
    strtoattr() now ignores Ctrl-A chars in the string... as attrstr() used to · 35f326b8
    Rob Swindell authored
    This returns bug-compatibility with attrstr(), at least for Ctrl-A chars,
    so that if someone is for example, assigning a Ctrl-A sequence to JS
    console.attributes, that'll work (again) as it did in SBBS v3.19.
    
    Any other invalid chars in the string will stop the parsing, still, even
    though that's not how attrstr() worked.
    
    For Kirkman's doorgame/script backward compatibility.
    35f326b8
    strtoattr() now ignores Ctrl-A chars in the string... as attrstr() used to
    Rob Swindell authored
    This returns bug-compatibility with attrstr(), at least for Ctrl-A chars,
    so that if someone is for example, assigning a Ctrl-A sequence to JS
    console.attributes, that'll work (again) as it did in SBBS v3.19.
    
    Any other invalid chars in the string will stop the parsing, still, even
    though that's not how attrstr() worked.
    
    For Kirkman's doorgame/script backward compatibility.
Loading