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
It might be simpler to use an interface like readline() rather than resorting to full-blown ncurses.