You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I basically want to execute some cleanup code after typing Ctrl+c
If I type Ctrl+c in a msys shell the trap correctly works but if I run the infinite_loop function and then type Ctrl+c the cleanup code is not executed also if the infinite_loop is stopped.
I tried also to add the option:
MSYS=enable_pcon
in the .minttyrc file after reading this: mintty/mintty#56 (comment) without success.
The version is msys2-runtime 3.4.10-5
The text was updated successfully, but these errors were encountered:
In my .bashrc file I have the following
I basically want to execute some cleanup code after typing Ctrl+c
If I type Ctrl+c in a msys shell the trap correctly works but if I run the infinite_loop function and then type Ctrl+c the cleanup code is not executed also if the infinite_loop is stopped.
I tried also to add the option:
MSYS=enable_pcon
in the .minttyrc file after reading this: mintty/mintty#56 (comment) without success.
The version is msys2-runtime 3.4.10-5
The text was updated successfully, but these errors were encountered: