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
Still having the same problem. If Ctrl-C has been used while editing the exit code will always be 130. Won't revert since Ctrl-X is a good eXit key and is the same as in nano. Will get around this some other way. At least I can now submit my commit messages via Suplemon (as long as Ctrl-C is never used).
Apparently curses messes up the exit code, even if trying to force it with sys.exit(0). Easiest fix is to use Ctrl-X instead of Ctrl-C for exiting.
The text was updated successfully, but these errors were encountered: