◄Summary► ◄Notes► ◄Back► ────────────────────────────────────────────────────────────────────────────── ▀ When the system Break flag is on, the keyboard is examined for a 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 a 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. -♦-