how may i log stuff into the terminal before the user focuses the terminal and presses enter key?
I cannot find a way to access the echo method of the terminal outside a call function scope.
The "greetings" option is good but it does not help, i am trying to use the terminal to show the logs of a background application that is constantly running.
Thank you.