mcrcon icon indicating copy to clipboard operation
mcrcon copied to clipboard

Added readline support for linux/osx

Open sludin opened this issue 4 years ago • 1 comments

Added support for readline to provide command history and smoother terminal handling. I could not find a reasonable version for windows, nor do I have a windows dev environment so I created a stub version for _WIN32 using the existing get_line function as a base with tweaks as readline returns malloc'd memory.

sludin avatar Aug 17 '20 04:08 sludin

https://github.com/caizhe666/mcrconpp

see this for auto completion

MMitsuha avatar May 08 '22 00:05 MMitsuha