cpp-terminal
cpp-terminal copied to clipboard
Make prompt work without a terminal attached
Resulting of #56. The prompt function is currently not aware if the Terminal class initialized the input. The question is what happens, if the input was not initialized and the input function gets called.
Would make sense for the simple prompts and the multiline prompts, maybe makes sense to add into the input function or something.