Editing a output?

Okay so my program reads a line from a text file then displays it on to the console.

So... I want to be able to edit the line on the console.

Example:

The main line(from text file(output)): "Hey"
After I press backspace and add a few letters: "Hello"

I want to do all that on the console.
Last edited on
Topic archived. No new replies allowed.