Hi,
A strange bug, not linked to luaRT but more with the way Windows handles console input.
When setting console.echo to true, console.read(n) don't prevent the user to enter more than n characters. That do not happen when console.echo is set to false.
Bug is fixed but with a lot of work with a complete rewrite of console input in LuaRT 😰