Hi all,
I'm working with a console app(mainly on linux. sometimes I also do debug on win10). There is a TCustomApplication working as the main thread and some other TThreads as child threads.
I hope to mange the console window to show some information and accept user input as the attached pic shows:
Zone1. to show the working state of each thread
Zone2. to show some key variables of the app
Zone3. accept user's input
I don't know how to do it. Is there any simple solution?