Thank @elextr for your detailed answer, if I understood you correctly, it is impossible to run several programs in parallel and I agree with that.
But I would like to avoid pressing the Enter key between two consecutive runs of the same program. For example, right now it looks like this: 1. press F5. 2. program1 runs and finishes Press Enter for new line or input 'clear' in terminal, because otherwise F5 doesn't work. 4. Press F5 5. Program1 works and finishes I would like: 1. press F5 2. program1 runs and stops 3. press F5 4. Program1 runs and exits Is it possible? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2738#issuecomment-769189019
