Single line editor with history for console app
Solved
General and Desktop
-
I am writing a console app that prompts for info from the user. I would like to implement a command history, tab for completion, etc.
Does Qt already have a library that does this?
I found reference to a "readline" library which might do some of this, but I'm hoping for something Qt specific
-
readline is the standard library for this in POSIX systems.