I have been using IHx's ConsoleReader class to make REPLs within Haxe that can save their command history and navigate between it. I expected this to work when compiling for NodeJS, but got the exception that Sys.getChar() isn't implemented in hxnodejs. Could it be?
I see here that it was stubbed this way three years ago and hasn't been touched since. If the implementation is easy enough, I could do it and PR.
I have been using IHx's
ConsoleReaderclass to make REPLs within Haxe that can save their command history and navigate between it. I expected this to work when compiling for NodeJS, but got the exception that Sys.getChar() isn't implemented in hxnodejs. Could it be?I see here that it was stubbed this way three years ago and hasn't been touched since. If the implementation is easy enough, I could do it and PR.