xyz idk how else explicitly to write this.. im trying to create console application. It runs, does its thing, prints out something to stdout()
, it donest matter.. what matter is that user needs to interact with it, so in order to make it "palatable" for users, i need the console app to keep my stdin
input on screen no matter what the console app is doing in the bg..
Im asking if its even possible.. and if it is how to do it?