JS prompt() function weirdness
- The maximum input string length is not passable (it likely should be).
- The max input length of the jsexec prompt() implementation is 255 chars, while it's 127 chars in the SBBS prompt() implementation.
- The jsexec prompt() function takes a string argument but appears to do nothing with it (doesn't display it or use it as a default input string).