Skip to content

1.0.2

Compare
Choose a tag to compare
@dnek dnek released this 09 Mar 19:19
· 53 commits to master since this release
  • When there is nothing to be input, don't request input and ignore the command.
    • Following the part of the official specification below.

      If no input is waiting on STDIN, this is an error and the command is ignored. If an integer read does not receive an integer value, this is an error and the command is ignored.

  • To avoid confusion, disable input editing during debugging.