◄Summary► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── When the system Break flag is ON, the keyboard is examined for CTRL+C entry whenever any operating system input or output is requested; if one is detected, control is transferred to the CTRL+C handler (Int 23h). When the Break flag is OFF, MS-DOS checks for CTRL+C entry only when executing the traditional character I/O functions (Int 21h Functions 01h through 0Ch). The Break flag is not part of the local environment of the currently executing program; it affects all programs. An application that alters the flag should first save the flag's original status and then restore the flag before terminating. -♦-