I wanted to use Console.ReadLine(); in the previous line and make it display like that:
Console.ReadLine();
HeresomeText>(input)
Not like
Absolutely - look at the various members of the System.Console class.
In particular, you want the SetCursorPosition method, but if you're writing a "fancy" console app you should think about the members for using colours etc too.