I am writing a program that\'s similar to a shell. Once started up, there\'s a prompt and you enter in some app-specific commands.
So far this works just fine. How
You could just call your program from whithin rlwrap and have the functionality without the pain...