On Sun, 31 Oct 2021 at 05:20, Alessandro Comità
<[email protected]> wrote:
>
> Hi.
>
> By default, Geany, after the execution of a code (in c++), puts in the 
> terminal a "press enter key" break: the terminal stands by until the user 
> press the enter key.
>
> Is there a way to disable this forced exiting  mode? That is, to 
> automatically close the terminal window after the execution of the program?

No, even if your program does not print anything, there may be error
messages from libraries you use, or backtraces if your program
crashes.  The delay is to ensure you get a chance to read it.

The alternative is to run your program in the built-in terminal where
the script that does the delay can be disabled.

Cheers
Lex

>
> Thank you.
>
> Xan
> _______________________________________________
> Users mailing list
> [email protected]
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
[email protected]
https://lists.geany.org/cgi-bin/mailman/listinfo/users

Reply via email to