PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] Ctrl-C Behavior
Date: Thursday, 22 Oct 2020, 16:03:13


    > Message Posted By: Unknown
    >
    > What is the expected behavior of mcBash when a Keyboard Interrupt (Ctrl+C)
    > is encountered? In particular, is there any output that should be written
    > before exiting in this case?

CTRL-C sends a SIGTERM signal to the mCBash process that
causes it to terminate.  The behavior of mcBash in this
case is unspecified and will not be tested.

--Stan-
PREV INDEX NEXT